diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-05-30 06:41:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-05-30 06:41:26 +0000 |
commit | 59ed76438047aa730b3a617abd873b84457fc4fd (patch) | |
tree | dcf9aa60c012e16ad8a4bb83641d382d572050f8 /pcap-null.c | |
parent | 3ca61f8b14e648b24f10072d662c12fb35fc4b44 (diff) |
Diffstat (limited to 'pcap-null.c')
-rw-r--r-- | pcap-null.c | 2 |
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); |