Source-Changes-HG archive

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

[src/trunk]: src/lib/libc One more hack to kill in setproctitle



details:   https://anonhg.NetBSD.org/src/rev/b88c05c75802
branches:  trunk
changeset: 354235:b88c05c75802
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jun 08 13:32:20 2017 +0000

description:
One more hack to kill in setproctitle

diffstat:

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

diffs (17 lines):

diff -r 20dfef836086 -r b88c05c75802 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Thu Jun 08 13:17:00 2017 +0000
+++ b/lib/libc/shlib_version    Thu Jun 08 13:32:20 2017 +0000
@@ -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()



Home | Main Index | Thread Index | Old Index