summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-06-20 15:34:05 +0000
committermillert <millert@openbsd.org>1997-06-20 15:34:05 +0000
commit454202d9175ff017ebd92cd5a35869964ecdf07b (patch)
tree19c166c529d0c074a0c46d4eb7dbed1436445129
parentNow that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" (diff)
downloadwireguard-openbsd-454202d9175ff017ebd92cd5a35869964ecdf07b.tar.xz
wireguard-openbsd-454202d9175ff017ebd92cd5a35869964ecdf07b.zip
++minor since added a new function
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index cd2907e093d..6b53f29f80a 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,2 +1,2 @@
major=16
-minor=2
+minor=3