Module Name: src
Committed By: maya
Date: Mon Nov 5 04:08:40 UTC 2018
Modified Files:
src/lib/libc: shlib_version
Log Message:
Suggest to remove lfs_ stubs on a major bump.
they're deprecated, ioctl is used instead.
To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 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.281 src/lib/libc/shlib_version:1.282
--- src/lib/libc/shlib_version:1.281 Thu Aug 2 08:40:48 2018
+++ src/lib/libc/shlib_version Mon Nov 5 04:08:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.281 2018/08/02 08:40:48 rjs Exp $
+# $NetBSD: shlib_version,v 1.282 2018/11/05 04:08:39 maya Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -52,5 +52,6 @@
# - clean-up initialisation order between crt0.o, rtld and libc.
# - move environ and __ps_strings from crt0.o into libc.
# - move statfs() to libcompat since we have statvfs()
+# - the syscall stubs for the (obsolete) lfs syscalls should be removed
major=12
minor=211