Module Name: src Committed By: dholland Date: Sun Jul 2 00:52:04 UTC 2023
Modified Files: src/lib/libc: shlib_version Log Message: libc/shlib_version: note that *rand48* should be punted to libcompat To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 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.293 src/lib/libc/shlib_version:1.294 --- src/lib/libc/shlib_version:1.293 Mon Nov 1 05:53:45 2021 +++ src/lib/libc/shlib_version Sun Jul 2 00:52:04 2023 @@ -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