diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-05-30 08:02:00 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-05-30 08:02:00 +0000 |
| commit | edc89b24f34e5335ee722d9b477c1f984acd2b7f (patch) | |
| tree | 5ab08c0c24a5cec0f64a701f8ba689a47b1d5fec /contrib/libpcap/pcap-null.c | |
| parent | 2493d5e6cba8f97bf3536531d483452c30429949 (diff) | |
| parent | 59ed76438047aa730b3a617abd873b84457fc4fd (diff) | |
Notes
Diffstat (limited to 'contrib/libpcap/pcap-null.c')
| -rw-r--r-- | contrib/libpcap/pcap-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/pcap-null.c b/contrib/libpcap/pcap-null.c index 2d271eb423bcc..6737386851d6f 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); |
