summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-06-03 09:41:26 +0000
committerume <ume@FreeBSD.org>2005-06-03 09:41:26 +0000
commitc85389d4f38ed9d02381b1e6bed2b9b4e943ad31 (patch)
treeb0477584cd1e37dc015c46cbb00d88e65705813c /lib/libpcap
parentbbfde15b132324e563d2f799f91e265f7b3023c4 (diff)
downloadFreeBSD-src-c85389d4f38ed9d02381b1e6bed2b9b4e943ad31.zip
FreeBSD-src-c85389d4f38ed9d02381b1e6bed2b9b4e943ad31.tar.gz
bump SHLIB_MAJOR as libpcap refers getnetbyname(3).
Noticed by: ru
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 28fe7b8..ec4c9fd 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-DHAVE_SNPRINTF -DHAVE_VSNPRINTF
CFLAGS+=-DINET6
.endif
-SHLIB_MAJOR=3
+SHLIB_MAJOR=4
#
# Magic to grab sources out of src/contrib
OpenPOWER on IntegriCloud