Module Name: src
Committed By: christos
Date: Fri Apr 10 23:14:07 UTC 2009
Modified Files:
src/lib/libc: shlib_version
Log Message:
take the opportunity of the glob_pattern_p and add memrchr.
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 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.208 src/lib/libc/shlib_version:1.209
--- src/lib/libc/shlib_version:1.208 Sat Jan 10 21:46:24 2009
+++ src/lib/libc/shlib_version Fri Apr 10 19:14:07 2009
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.208 2009/01/11 02:46:24 christos Exp $
+# $NetBSD: shlib_version,v 1.209 2009/04/10 23:14:07 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -35,4 +35,4 @@
# it's insufficient bitwidth to implement all ctype class.
# see isblank's comment in ctype.h.
major=12
-minor=164
+minor=165