Module Name:    src
Committed By:   riastradh
Date:           Mon Jun 23 14:14:10 UTC 2014

Modified Files:
        src/lib/libc: shlib_version

Log Message:
Add `remove arc4random' to mythical libc major bump todo list.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 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.252 src/lib/libc/shlib_version:1.253
--- src/lib/libc/shlib_version:1.252	Wed Jun 18 17:47:58 2014
+++ src/lib/libc/shlib_version	Mon Jun 23 14:14:10 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: shlib_version,v 1.252 2014/06/18 17:47:58 christos Exp $
+#	$NetBSD: shlib_version,v 1.253 2014/06/23 14:14:10 riastradh Exp $
 #	Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -40,5 +40,6 @@
 # - 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 arc4random(3) API
 major=12
 minor=192

Reply via email to