Source-Changes-HG archive

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

[src/trunk]: src/lib/libc __clone syscall addition.



details:   https://anonhg.NetBSD.org/src/rev/a9006fbe1583
branches:  trunk
changeset: 514656:a9006fbe1583
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 08 00:55:30 2001 +0000

description:
__clone syscall addition.

diffstat:

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

diffs (15 lines):

diff -r b857015e7158 -r a9006fbe1583 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sat Sep 08 00:55:00 2001 +0000
+++ b/lib/libc/shlib_version    Sat Sep 08 00:55:30 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.107 2001/07/18 23:10:01 thorpej Exp $
+#      $NetBSD: shlib_version,v 1.108 2001/09/08 00:55:30 christos Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -9,4 +9,4 @@
 # - libc/gen/timezone.c: remove; __timezone13 -> timezone.
 #
 major=12
-minor=77
+minor=78



Home | Main Index | Thread Index | Old Index