Module Name: src
Committed By: dholland
Date: Fri Apr 6 17:04:00 UTC 2018
Modified Files:
src/lib/libc: shlib_version
Log Message:
note to get rid of statfs() when bump time comes
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 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.278 src/lib/libc/shlib_version:1.279
--- src/lib/libc/shlib_version:1.278 Wed Oct 25 06:32:59 2017
+++ src/lib/libc/shlib_version Fri Apr 6 17:03:59 2018
@@ -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