diff options
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 6b3b1fd9..e32d3e91 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -1627,7 +1627,7 @@ fail: * error occured. */ static int -pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) +pcap_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) { /* * Currently, on Linux only one packet is delivered per read, |