artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a50f6
)
crank major because __syscall is gone
author
deraadt
<deraadt@openbsd.org>
Sat, 11 Feb 2023 23:07:51 +0000
(23:07 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 11 Feb 2023 23:07:51 +0000
(23:07 +0000)
lib/libc/shlib_version
patch
|
blob
|
history
diff --git
a/lib/libc/shlib_version
b/lib/libc/shlib_version
index
807e565
..
ce5e454
100644
(file)
--- a/
lib/libc/shlib_version
+++ b/
lib/libc/shlib_version
@@
-1,4
+1,4
@@
-major=9
6
-minor=
5
+major=9
7
+minor=
0
# note: If changes were made to include/thread_private.h or if system calls
# were added/changed then librthread/shlib_version must also be updated.