Module Name: src Committed By: dholland Date: Sat Mar 29 19:30:12 UTC 2014
Modified Files: src/lib/libc: shlib_version Log Message: add "move gethostbyname to a compat library" to the list of things to do on the mythical libc bump To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/shlib_version diff -u src/lib/libc/shlib_version:1.249 src/lib/libc/shlib_version:1.250 --- src/lib/libc/shlib_version:1.249 Fri Jan 31 20:45:48 2014 +++ src/lib/libc/shlib_version Sat Mar 29 19:30:12 2014 @@ -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