Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Bump minor to 12.85: __times13() addition.



details:   https://anonhg.NetBSD.org/src/rev/6607b9898f58
branches:  trunk
changeset: 533433:6607b9898f58
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Jun 30 09:46:18 2002 +0000

description:
Bump minor to 12.85: __times13() addition.

diffstat:

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

diffs (20 lines):

diff -r 7cec5e76c3ae -r 6607b9898f58 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sun Jun 30 09:45:39 2002 +0000
+++ b/lib/libc/shlib_version    Sun Jun 30 09:46:18 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.117 2002/05/24 04:01:43 itojun Exp $
+#      $NetBSD: shlib_version,v 1.118 2002/06/30 09:46:18 bjh21 Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -6,8 +6,9 @@
 # - libc/net: resolver update to BIND8/9?
 # - md2, md4, md5, rmd160 & sha1 functions should take the same arguments AFAP
 # - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()
+# - libc/gen/times.c: remove; __times13() -> times()
 # - libc/gen/timezone.c: remove; __timezone13 -> timezone.
 # - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
 #
 major=12
-minor=84
+minor=85



Home | Main Index | Thread Index | Old Index