Source-Changes-HG archive

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

[src/trunk]: src/lib/libc note to get rid of statfs() when bump time comes



details:   https://anonhg.NetBSD.org/src/rev/a09e4fab3d2e
branches:  trunk
changeset: 321804:a09e4fab3d2e
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Apr 06 17:03:59 2018 +0000

description:
note to get rid of statfs() when bump time comes

diffstat:

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

diffs (16 lines):

diff -r 0415d7af42ef -r a09e4fab3d2e lib/libc/shlib_version
--- a/lib/libc/shlib_version    Fri Apr 06 16:03:16 2018 +0000
+++ b/lib/libc/shlib_version    Fri Apr 06 17:03:59 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.278 2017/10/25 06:32:59 kre Exp $
+#      $NetBSD: shlib_version,v 1.279 2018/04/06 17:03:59 dholland Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -51,5 +51,6 @@
 # - punt gethostid/sethostid(3) to libcompat or remove entirely
 # - 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()
 major=12
 minor=209



Home | Main Index | Thread Index | Old Index