aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-14 02:46:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-14 02:46:23 +0000
commitfe17fef5d241508cdc98d5e1e7c54e2c24a1da3b (patch)
treee2f5e4eff0e6f21579aa6ae554b38e7257f7094f /lib/libkse
parentbed73a244fdc6c6b83178d22e5b151860ccb5a4f (diff)
downloadsrc-fe17fef5d241508cdc98d5e1e7c54e2c24a1da3b.tar.gz
src-fe17fef5d241508cdc98d5e1e7c54e2c24a1da3b.zip
Bump the shared lib version. There seems to have been an incompatible
change committed to RELENG_4 where a bump there is now necessary. We've got to go before RELENG_4 does.
Notes
Notes: svn path=/head/; revision=68699
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index ea000bda4a45..9b20a24a4e5e 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -6,7 +6,7 @@
# from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c_r
-SHLIB_MAJOR= 4
+SHLIB_MAJOR= 5
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread