Module Name: src
Committed By: mgorny
Date: Sun Mar 8 22:27:38 UTC 2020
Modified Files:
src/lib/libc: shlib_version
Log Message:
Bump new libc minor due to new errno codes
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 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.285 src/lib/libc/shlib_version:1.286
--- src/lib/libc/shlib_version:1.285 Sun Sep 22 22:59:37 2019
+++ src/lib/libc/shlib_version Sun Mar 8 22:27:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.285 2019/09/22 22:59:37 christos Exp $
+# $NetBSD: shlib_version,v 1.286 2020/03/08 22:27:38 mgorny Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -54,4 +54,4 @@
# - move statfs() to libcompat since we have statvfs()
# - the syscall stubs for the (obsolete) lfs syscalls should be removed
major=12
-minor=214
+minor=215