]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Avoid a name collision.
[tcpdump] / print-ether.c
index 31a6044b9e20c569ae7dfa64c1bfc6e4e2e86578..e09f2ac9b64e9e798491c565f78d9d5d71e1b90b 100644 (file)
@@ -22,7 +22,7 @@
 /* \summary: Ethernet printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "netdissect-stdinc.h"
@@ -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)
 {