svn commit: r210694 - head/lib/libproc

Rui Paulo rpaulo at FreeBSD.org
Sat Jul 31 17:14:54 UTC 2010


Author: rpaulo
Date: Sat Jul 31 17:14:54 2010
New Revision: 210694
URL: http://svn.freebsd.org/changeset/base/210694

Log:
  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.

Modified:
  head/lib/libproc/Makefile

Modified: head/lib/libproc/Makefile
==============================================================================
--- head/lib/libproc/Makefile	Sat Jul 31 17:13:14 2010	(r210693)
+++ head/lib/libproc/Makefile	Sat Jul 31 17:14:54 2010	(r210694)
@@ -13,7 +13,7 @@ INCS=	libproc.h
 
 CFLAGS+=	-I${.CURDIR}
 
-SHLIB_MAJOR=	3
+SHLIB_MAJOR=	2
 
 WITHOUT_MAN=
 


More information about the svn-src-all mailing list