diff options
author | 2001-10-24 08:16:42 +0000 | |
---|---|---|
committer | 2001-10-24 08:16:42 +0000 | |
commit | f2f906231a04467a15d704e9431ae973c1b94763 (patch) | |
tree | 1d43313c32fe68d76d9c731ab42f109047f660fb /lib/libc_r | |
parent | Alpha supports wscons. -moj (diff) | |
download | wireguard-openbsd-f2f906231a04467a15d704e9431ae973c1b94763.tar.xz wireguard-openbsd-f2f906231a04467a15d704e9431ae973c1b94763.zip |
syslog_r() implementation. deraadt@ ok.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index 9c1551636c5..1394f4e4035 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=6 -minor=0 +minor=1 |