diff options
author | wollman <wollman@FreeBSD.org> | 1996-02-06 20:36:15 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-02-06 20:36:15 +0000 |
commit | 61d8d8e40b45efc45d9bbdf14fe96e565ceb074f (patch) | |
tree | 3775e2813ec951933b9585e48e3c57ba7dca08e2 /lib/libc/Makefile | |
parent | f0d10418a5a87de35e721ce8bbfd0e9353207adc (diff) | |
download | FreeBSD-src-61d8d8e40b45efc45d9bbdf14fe96e565ceb074f.zip FreeBSD-src-61d8d8e40b45efc45d9bbdf14fe96e565ceb074f.tar.gz |
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c52d671..4fdc2f2 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,8 +6,8 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 2 -SHLIB_MINOR= 2 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS AINC= -I${.CURDIR}/${MACHINE} CLEANFILES+=tags |