Module Name: src
Committed By: dholland
Date: Fri Feb 24 16:06:39 UTC 2012
Modified Files:
src/lib/libc: shlib_version
Log Message:
Note that gets() is finally dead in C11 and can be removed if we ever
bump libc.
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 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.228 src/lib/libc/shlib_version:1.229
--- src/lib/libc/shlib_version:1.228 Thu Feb 16 23:00:39 2012
+++ src/lib/libc/shlib_version Fri Feb 24 16:06:39 2012
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.228 2012/02/16 23:00:39 joerg Exp $
+# $NetBSD: shlib_version,v 1.229 2012/02/24 16:06:39 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -28,5 +28,6 @@
# - change _ctype_ table in ctype.h and gen/ctype_.c 8bit -> 16 or 32bit.
# it's insufficient bitwidth to implement all ctype class.
# see isblank's comment in ctype.h.
+# - remove gets(); it is finally dead in c11.
major=12
minor=182