summaryrefslogtreecommitdiff
path: root/pcap-null.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-30 06:41:26 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-30 06:41:26 +0000
commit59ed76438047aa730b3a617abd873b84457fc4fd (patch)
treedcf9aa60c012e16ad8a4bb83641d382d572050f8 /pcap-null.c
parent3ca61f8b14e648b24f10072d662c12fb35fc4b44 (diff)
Diffstat (limited to 'pcap-null.c')
-rw-r--r--pcap-null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-null.c b/pcap-null.c
index 2d271eb423bcc..6737386851d6f 100644
--- a/pcap-null.c
+++ b/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);