Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc bump for the flags version of db routines
details: https://anonhg.NetBSD.org/src/rev/320baea4141e
branches: trunk
changeset: 347941:320baea4141e
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 24 20:12:07 2016 +0000
description:
bump for the flags version of db routines
diffstat:
lib/libc/include/namespace.h | 4 +++-
lib/libc/shlib_version | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 235dd8298795 -r 320baea4141e lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h Sat Sep 24 20:11:43 2016 +0000
+++ b/lib/libc/include/namespace.h Sat Sep 24 20:12:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.180 2016/04/03 00:19:42 christos Exp $ */
+/* $NetBSD: namespace.h,v 1.181 2016/09/24 20:12:07 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -489,7 +489,9 @@
#define mpool_close _mpool_close
#define mpool_filter _mpool_filter
#define mpool_get _mpool_get
+#define mpool_getf _mpool_getf
#define mpool_new _mpool_new
+#define mpool_newf _mpool_newf
#define mpool_open _mpool_open
#define mpool_put _mpool_put
#define mpool_sync _mpool_sync
diff -r 235dd8298795 -r 320baea4141e lib/libc/shlib_version
--- a/lib/libc/shlib_version Sat Sep 24 20:11:43 2016 +0000
+++ b/lib/libc/shlib_version Sat Sep 24 20:12:07 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.268 2016/09/21 10:54:36 roy Exp $
+# $NetBSD: shlib_version,v 1.269 2016/09/24 20:12:07 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -46,4 +46,4 @@
# - stop all math functions from setting errno
# - boot obsolete signal functions to libcompat
major=12
-minor=204
+minor=205
Home |
Main Index |
Thread Index |
Old Index