Source-Changes-HG archive

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

[src/trunk]: src/lib/libc add "move gethostbyname to a compat library" to the...



details:   https://anonhg.NetBSD.org/src/rev/fde0766b9dfc
branches:  trunk
changeset: 328227:fde0766b9dfc
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 29 19:30:12 2014 +0000

description:
add "move gethostbyname to a compat library" to the list of things to do
on the mythical libc bump

diffstat:

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

diffs (16 lines):

diff -r c66e138d6bff -r fde0766b9dfc lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sat Mar 29 19:28:24 2014 +0000
+++ b/lib/libc/shlib_version    Sat Mar 29 19:30:12 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.249 2014/01/31 20:45:48 christos Exp $
+#      $NetBSD: shlib_version,v 1.250 2014/03/29 19:30:12 dholland Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -39,5 +39,6 @@
 # - switch to DT_INIT_ARRAY on all platforms
 # - consolidate ownership with crt0.o and avoid common symbols
 # - redo stdin/stdout/stderr to not require copy relocations
+# - move gethostbyname to a compat library
 major=12
 minor=190



Home | Main Index | Thread Index | Old Index