diff options
author | ume <ume@FreeBSD.org> | 2006-05-21 15:15:21 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-05-21 15:15:21 +0000 |
commit | 2d16d1ab8e4158c132f2b5ae429523eaea4962bb (patch) | |
tree | fb9caeab3033da6f3c58a8af7c32a6aeca53ea4e /lib/libc | |
parent | 34c051a94d589fbdb8b8754251e065b3c7c41911 (diff) | |
download | FreeBSD-src-2d16d1ab8e4158c132f2b5ae429523eaea4962bb.zip FreeBSD-src-2d16d1ab8e4158c132f2b5ae429523eaea4962bb.tar.gz |
Bump library majro version for gethostbyaddr(3).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 496598a..80dcae2 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -14,7 +14,7 @@ SHLIBDIR?= /lib LIB=c # If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c. # If you bump SHLIB_MAJOR, see standards/55112. -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} |