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.
This commit is contained in:
parent
855ec413d2
commit
14464ad9fd
|
@ -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.
|
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
|
||||||
|
@ -311,9 +311,9 @@
|
||||||
#define if_nametoindex _if_nametoindex
|
#define if_nametoindex _if_nametoindex
|
||||||
#define in6addr_any _in6addr_any
|
#define in6addr_any _in6addr_any
|
||||||
#define in6addr_linklocal_allnodes _in6addr_linklocal_allnodes
|
#define in6addr_linklocal_allnodes _in6addr_linklocal_allnodes
|
||||||
|
#define in6addr_linklocal_allrouters _in6addr_linklocal_allrouters
|
||||||
#define in6addr_loopback _in6addr_loopback
|
#define in6addr_loopback _in6addr_loopback
|
||||||
#define in6addr_nodelocal_allnodes _in6addr_nodelocal_allnodes
|
#define in6addr_nodelocal_allnodes _in6addr_nodelocal_allnodes
|
||||||
#define in6addr_nodelocal_allrouters _in6addr_nodelocal_allrouters
|
|
||||||
#define inet6_option_alloc _inet6_option_alloc
|
#define inet6_option_alloc _inet6_option_alloc
|
||||||
#define inet6_option_append _inet6_option_append
|
#define inet6_option_append _inet6_option_append
|
||||||
#define inet6_option_find _inet6_option_find
|
#define inet6_option_find _inet6_option_find
|
||||||
|
|
|
@ -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
|
# Remember to update distrib/sets/lists/base/shl.* when changing
|
||||||
#
|
#
|
||||||
# things we wish to do on next major version bump:
|
# 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
|
# - libc/net/getnet{ent,namadr}.c, netdb.h: remove __n_pad0
|
||||||
#
|
#
|
||||||
major=12
|
major=12
|
||||||
minor=131
|
minor=132
|
||||||
|
|
Loading…
Reference in New Issue