Source-Changes-HG archive

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

[src/trunk]: src/lib/libc gethostbyname_r should die.



details:   https://anonhg.NetBSD.org/src/rev/56f2664b20dc
branches:  trunk
changeset: 817899:56f2664b20dc
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Sep 15 16:23:05 2016 +0000

description:
gethostbyname_r should die.

diffstat:

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

diffs (17 lines):

diff -r 548332bd06ba -r 56f2664b20dc lib/libc/shlib_version
--- a/lib/libc/shlib_version    Thu Sep 15 15:25:11 2016 +0000
+++ b/lib/libc/shlib_version    Thu Sep 15 16:23:05 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.266 2016/07/09 20:15:06 dholland Exp $
+#      $NetBSD: shlib_version,v 1.267 2016/09/15 16:23:05 joerg Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -40,6 +40,7 @@
 # - consolidate ownership with crt0.o and avoid common symbols
 # - redo stdin/stdout/stderr to not require copy relocations
 # - move gethostbyname to a compat library
+# - remove badly hidden gethostbyname_r
 # - remove arc4random(3) API
 # - decide whether soft-float should support fenv.h, including thread-local contett
 # - stop all math functions from setting errno



Home | Main Index | Thread Index | Old Index