Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Last change to namespace.h had an wrong entry: in6a...
details: https://anonhg.NetBSD.org/src/rev/13e5b3552f26
branches: trunk
changeset: 583470:13e5b3552f26
user: veego <veego%NetBSD.org@localhost>
date: Sun Aug 07 20:32:58 2005 +0000
description:
Last change to namespace.h had an wrong entry: in6addr_nodelocal_allrouters
instead of in6addr_linklocal_allrouters.
Bump the shared library minor version.
Thanks to Klaus Klein for the hint what went wrong.
diffstat:
lib/libc/include/namespace.h | 4 ++--
lib/libc/shlib_version | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 61cfe98ee95e -r 13e5b3552f26 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h Sun Aug 07 17:47:22 2005 +0000
+++ b/lib/libc/include/namespace.h Sun Aug 07 20:32:58 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.105 2005/08/07 16:00:01 christos Exp $ */
+/* $NetBSD: namespace.h,v 1.106 2005/08/07 20:32:58 veego Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -311,9 +311,9 @@
#define if_nametoindex _if_nametoindex
#define in6addr_any _in6addr_any
#define in6addr_linklocal_allnodes _in6addr_linklocal_allnodes
+#define in6addr_linklocal_allrouters _in6addr_linklocal_allrouters
#define in6addr_loopback _in6addr_loopback
#define in6addr_nodelocal_allnodes _in6addr_nodelocal_allnodes
-#define in6addr_nodelocal_allrouters _in6addr_nodelocal_allrouters
#define inet6_option_alloc _inet6_option_alloc
#define inet6_option_append _inet6_option_append
#define inet6_option_find _inet6_option_find
diff -r 61cfe98ee95e -r 13e5b3552f26 lib/libc/shlib_version
--- a/lib/libc/shlib_version Sun Aug 07 17:47:22 2005 +0000
+++ b/lib/libc/shlib_version Sun Aug 07 20:32:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.166 2005/07/28 16:26:29 christos Exp $
+# $NetBSD: shlib_version,v 1.167 2005/08/07 20:32:58 veego Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -17,4 +17,4 @@
# - libc/net/getnet{ent,namadr}.c, netdb.h: remove __n_pad0
#
major=12
-minor=131
+minor=132
Home |
Main Index |
Thread Index |
Old Index