From: Guy Harris Date: Tue, 1 May 2018 07:27:13 +0000 (-0700) Subject: Fix typo in previous commit. X-Git-Tag: libpcap-1.9-bp~59 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/f720a878d83444bcc39e3583adf07720c919a19d Fix typo in previous commit. --- diff --git a/pcap-bpf.c b/pcap-bpf.c index a294eff5..e06f8073 100644 --- a/pcap-bpf.c +++ b/pcap-bpf.c @@ -2801,7 +2801,7 @@ get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf) } #else static int -get_if_flags(const char *name _U_, bpf_u_int32 *flags _U, char *errbuf _U_) +get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) { /* * Nothing we can do.