summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-03-31 11:04:51 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-03-31 11:04:51 +0000
commit4e28805a1b5cecbccc910d6eba5d2c6d81e98201 (patch)
tree195ebd7ba5551ee45164042462dc00eeea1a2413 /contrib/libpcap
parentbda9649894dcd03b8eb892e1994c45d7d7afd804 (diff)
downloadFreeBSD-src-4e28805a1b5cecbccc910d6eba5d2c6d81e98201.zip
FreeBSD-src-4e28805a1b5cecbccc910d6eba5d2c6d81e98201.tar.gz
Remove a dangling extern "C" declaration that was missed during the
merge. Fixes C++ ports using libpcap (nmap, for example). Submitted by: Daniel Roethlisberger <daniel at roe.ch>
Diffstat (limited to 'contrib/libpcap')
-rw-r--r--contrib/libpcap/pcap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/libpcap/pcap.h b/contrib/libpcap/pcap.h
index a71d702..a9de019 100644
--- a/contrib/libpcap/pcap.h
+++ b/contrib/libpcap/pcap.h
@@ -53,10 +53,6 @@
#include <stdio.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define PCAP_VERSION_MAJOR 2
#define PCAP_VERSION_MINOR 4
OpenPOWER on IntegriCloud