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=
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to