Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Suggest to remove lfs_ stubs on a major bump.



details:   https://anonhg.NetBSD.org/src/rev/714a000fc58c
branches:  trunk
changeset: 445597:714a000fc58c
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Nov 05 04:08:39 2018 +0000

description:
Suggest to remove lfs_ stubs on a major bump.
they're deprecated, ioctl is used instead.

diffstat:

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

diffs (16 lines):

diff -r 5e68f6e02d5f -r 714a000fc58c lib/libc/shlib_version
--- a/lib/libc/shlib_version    Mon Nov 05 03:51:31 2018 +0000
+++ b/lib/libc/shlib_version    Mon Nov 05 04:08:39 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index