diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2010-07-31 17:14:54 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2010-07-31 17:14:54 +0000 |
commit | 3dab0f2d1fc3c6a5b995a345fa373b47afac7d65 (patch) | |
tree | cae671e935995705e8feb80c4c8cf4c0fe994846 /lib | |
parent | 6a96e8c49c08f0ada01b08cd0f46e5c394f9fd7e (diff) | |
download | FreeBSD-src-3dab0f2d1fc3c6a5b995a345fa373b47afac7d65.zip FreeBSD-src-3dab0f2d1fc3c6a5b995a345fa373b47afac7d65.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 89264ef..c02e719 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= |