diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 24072d0d6fe3..a8196bb9e756 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -10,7 +10,7 @@ LIB=c # If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c. # If you bump SHLIB_MAJOR, see standards/55112. -SHLIB_MAJOR= 5 +SHLIB_MAJOR= 6 SHLIBDIR?= /lib WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include