diff options
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 af46b8c7..b5fa3ab9 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -36,7 +36,7 @@ static char nosup[] = "live packet capture not supported on this system"; pcap_t * -pcap_create_interface(char *ebuf) +pcap_create_interface(const char *device _U_, char *ebuf) { (void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE); return (NULL); |