summaryrefslogtreecommitdiff
path: root/lib/libusbhid
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-03 06:39:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-03 06:39:40 +0000
commit32868b4dd9809cc3e4d27cb78803b473b2e19bcb (patch)
tree3c9ed2c2f1ce09226ef22de42d687b64c3c34794 /lib/libusbhid
parentf88fba524b8225e3140c74d5916ba4f618d14f5f (diff)
Crank all library major numbers. Needed due to the fact that we
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
Diffstat (limited to 'lib/libusbhid')
-rw-r--r--lib/libusbhid/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusbhid/shlib_version b/lib/libusbhid/shlib_version
index 97c9f92d6b8..1edea46de91 100644
--- a/lib/libusbhid/shlib_version
+++ b/lib/libusbhid/shlib_version
@@ -1,2 +1,2 @@
-major=0
+major=1
minor=0