diff options
author | 2001-06-26 19:59:16 +0000 | |
---|---|---|
committer | 2001-06-26 19:59:16 +0000 | |
commit | 7ea31ac6d735c60f26727a3ec755fa2710c91a58 (patch) | |
tree | abd59030c2d70158fa73dcadd6d1b7d018fb9720 /lib/libc | |
parent | modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDR (diff) | |
download | wireguard-openbsd-7ea31ac6d735c60f26727a3ec755fa2710c91a58.tar.xz wireguard-openbsd-7ea31ac6d735c60f26727a3ec755fa2710c91a58.zip |
crank minor number, for new getpeereid() syscall
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 72e5894f74e..544b4b21d49 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=27 -minor=1 +minor=2 |