From 6bc2b4b7dbc7a1c6a1a296f2970d3d8343edfee1 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 17 Oct 2004 01:52:48 +0000 Subject: [PATCH] Bump the libc major version number to 6. --- lib/libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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