]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Another UN*Xism we need - isascii().
[tcpdump] / print-ether.c
index 73947a05773f4bc7b6be7a0c0c469fbd0e6bd1e6..e09f2ac9b64e9e798491c565f78d9d5d71e1b90b 100644 (file)
@@ -104,7 +104,7 @@ const struct tok ethertype_values[] = {
     { 0, NULL}
 };
 
-static inline void
+static void
 ether_hdr_print(netdissect_options *ndo,
                 const u_char *bp, u_int length)
 {