summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/pcap-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpcap/pcap-null.c')
-rw-r--r--contrib/libpcap/pcap-null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/pcap-null.c b/contrib/libpcap/pcap-null.c
index 2d271eb..6737386 100644
--- a/contrib/libpcap/pcap-null.c
+++ b/contrib/libpcap/pcap-null.c
@@ -40,7 +40,7 @@ static const char rcsid[] _U_ =
static char nosup[] = "live packet capture not supported on this system";
pcap_t *
-pcap_create(const char *device, char *ebuf)
+pcap_create_interface(const char *device, char *ebuf)
{
(void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE);
return (NULL);
OpenPOWER on IntegriCloud