Module Name:    src
Committed By:   joerg
Date:           Thu Jun  8 13:32:20 UTC 2017

Modified Files:
        src/lib/libc: shlib_version

Log Message:
One more hack to kill in setproctitle


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 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.273 src/lib/libc/shlib_version:1.274
--- src/lib/libc/shlib_version:1.273	Tue May  9 11:14:16 2017
+++ src/lib/libc/shlib_version	Thu Jun  8 13:32:20 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: shlib_version,v 1.273 2017/05/09 11:14:16 kre Exp $
+#	$NetBSD: shlib_version,v 1.274 2017/06/08 13:32:20 joerg Exp $
 #	Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -8,6 +8,7 @@
 # - libc/net: resolver update to BIND8/9?
 # - md2, md4, md5, rmd160 & sha1 functions should take the same arguments AFAP
 # - Crypto hashes have name overlap with libcrypto, rename them
+# - libc/gen/setproctitle.c: remove __ps_strings hack
 # - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
 # - lib/libc/net/iso_addr.c: remove
 # - libc/gen/times.c: remove; __times13() -> times()

Reply via email to