]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix typo in previous commit.
authorGuy Harris <[email protected]>
Tue, 1 May 2018 07:27:13 +0000 (00:27 -0700)
committerGuy Harris <[email protected]>
Tue, 1 May 2018 07:27:13 +0000 (00:27 -0700)
pcap-bpf.c

index a294eff51d376836c404dfed4720dc1eae5d67ed..e06f80731c0d4e1a1796933883bf6548a2245de2 100644 (file)
@@ -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.