aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-14 03:55:27 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-14 03:55:27 +0000
commit3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1 (patch)
tree00be382a6fd3716258d84f2a7a2480651d9e8bef /lib
parent111b70aa0848709f93b7a10d7018461d4bcf5253 (diff)
downloadsrc-3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1.tar.gz
src-3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1.zip
Update major version.
Now libutil depends on libc.so.4, so needs to update the major version. Without this, old binaries which use libutil and build with libc.so.3 will coredump on recent 4.0. Solicited comment for cvs-committers and there seems to be no objection. Approved by: jkh
Notes
Notes: svn path=/head/; revision=57197
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 44b4ce85461b..3b83b41e512c 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
LIB= util
-SHLIB_MAJOR= 2
-SHLIB_MINOR= 2
+SHLIB_MAJOR= 3
+SHLIB_MINOR= 0
CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
CFLAGS+=-DINET6
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \