Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Note that when the mythical libc bump comes, one of...



details:   https://anonhg.NetBSD.org/src/rev/d1e48ab307b4
branches:  trunk
changeset: 780231:d1e48ab307b4
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jul 17 05:41:30 2012 +0000

description:
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.)

diffstat:

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

diffs (16 lines):

diff -r 395ef61db7ea -r d1e48ab307b4 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Tue Jul 17 03:13:31 2012 +0000
+++ b/lib/libc/shlib_version    Tue Jul 17 05:41:30 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index