summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-14 02:46:23 +0000
committerobrien <obrien@FreeBSD.org>2000-11-14 02:46:23 +0000
commit670d8859ebadfca5280a87eacf74c1894264e964 (patch)
treef830da7f9ea0d1c6912690ad7af139371275ab64 /lib/libkse
parent31f4e281bfb0c00903ae2b7e3f5cfe8095a06c26 (diff)
downloadFreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.zip
FreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.tar.gz
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.
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 ea000bd..9b20a24 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
OpenPOWER on IntegriCloud