diff options
author | 2014-07-14 03:53:36 +0000 | |
---|---|---|
committer | 2014-07-14 03:53:36 +0000 | |
commit | a652035e77d7a98779a8833baa590d194f799157 (patch) | |
tree | f3b7ed75e55d2715e41aac868539edefaff9c12f | |
parent | Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3) (diff) | |
download | wireguard-openbsd-a652035e77d7a98779a8833baa590d194f799157.tar.xz wireguard-openbsd-a652035e77d7a98779a8833baa590d194f799157.zip |
crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too.
-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 dfce39199be..de48abcf271 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=76 +major=77 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |