Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Leave a reminder for struct addrinfo.__ai_pad0's re...



details:   https://anonhg.NetBSD.org/src/rev/e334f095fc76
branches:  trunk
changeset: 526939:e334f095fc76
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue May 14 13:47:06 2002 +0000

description:
Leave a reminder for struct addrinfo.__ai_pad0's removal.

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a34a96d528e4 -r e334f095fc76 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Tue May 14 13:45:13 2002 +0000
+++ b/lib/libc/shlib_version    Tue May 14 13:47:06 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.115 2002/03/20 16:29:15 tron Exp $
+#      $NetBSD: shlib_version,v 1.116 2002/05/14 13:47:06 kleink Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -7,6 +7,7 @@
 # - md2, md4, md5, rmd160 & sha1 functions should take the same arguments AFAP
 # - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
 # - libc/gen/timezone.c: remove; __timezone13 -> timezone.
+# - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
 #
 major=12
 minor=83



Home | Main Index | Thread Index | Old Index