Module Name:    src
Committed By:   dholland
Date:           Tue Jul 17 05:41:30 UTC 2012

Modified Files:
        src/lib/libc: shlib_version

Log Message:
Note that when the mythical libc bump comes, one of the things we should
do is punt ruserok() and its related apparatus out to libcompat.
(Or perhaps just remove it entirely.)


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 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.233 src/lib/libc/shlib_version:1.234
--- src/lib/libc/shlib_version:1.233	Sat Jul 14 15:06:26 2012
+++ src/lib/libc/shlib_version	Tue Jul 17 05:41:30 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: shlib_version,v 1.233 2012/07/14 15:06:26 darrenr Exp $
+#	$NetBSD: shlib_version,v 1.234 2012/07/17 05:41:30 dholland Exp $
 #	Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -30,5 +30,6 @@
 #   see isblank's comment in ctype.h.
 # - remove gets(); it is finally dead in c11.
 # - make __cerror (spelled CERROR) hidden again
+# - remove ruserok() and friends to libcompat (or entirely)
 major=12
 minor=185

Reply via email to