Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2010 17:14:54 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210694 - head/lib/libproc
Message-ID:  <201007311714.o6VHEsxZ042507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007311714.o6VHEsxZ042507>