Source-Changes-HG archive

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

[src/trunk]: src/lib/libc libc/shlib_version: note that *rand48* should be pu...



details:   https://anonhg.NetBSD.org/src/rev/bc3415627791
branches:  trunk
changeset: 377227:bc3415627791
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 02 00:52:04 2023 +0000

description:
libc/shlib_version: note that *rand48* should be punted to libcompat

diffstat:

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

diffs (16 lines):

diff -r 48edd7ac4536 -r bc3415627791 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sat Jul 01 20:57:37 2023 +0000
+++ b/lib/libc/shlib_version    Sun Jul 02 00:52:04 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.293 2021/11/01 05:53:45 thorpej Exp $
+#      $NetBSD: shlib_version,v 1.294 2023/07/02 00:52:04 dholland Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -53,5 +53,6 @@
 # - move statfs() to libcompat since we have statvfs()
 # - the syscall stubs for the (obsolete) lfs syscalls should be removed
 # - remove tzsetwall(3), upstream has removed it
+# - move *rand48* to libcompat
 major=12
 minor=220



Home | Main Index | Thread Index | Old Index