diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-03-21 22:41:30 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-03-21 22:41:30 +0000 |
commit | a81086228df307910c2ce8786eaecbf2ff6473b7 (patch) | |
tree | 7ca04feb1e13c26056b2b91a0ee8a71d7928b447 /lib/libc/shlib_version | |
parent | 9e84a29559e17e7ae7ef578ff556f97af16c227b (diff) |
Rename the system call sendsyslog2 to sendsyslog. Keep the old one
as osendsyslog for a while. The three argument variant is the only
one that will stay.
input kettenis@; OK deraadt@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 19127031a94..ace8600e544 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=84 -minor=3 +major=85 +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. |