From fe0c8f8973937fa88519a823a5c50d6edfaf136a Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 31 Jul 2010 17:14:54 +0000 Subject: [PATCH] Revert SHLIB_MAJOR to 2. As discussed with kan@, since DTrace is the only consumer of libproc right now, there's no need for a major shlib bump. --- lib/libproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 89264ef4b54b..c02e7193b8ec 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -13,7 +13,7 @@ INCS= libproc.h CFLAGS+= -I${.CURDIR} -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 2 WITHOUT_MAN=