]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arcnet.c
Another UN*Xism we need - isascii().
[tcpdump] / print-arcnet.c
index 42a97ba3b8daae0dc4dbf9fa1ce8ffb913f2d1e8..469361efebaadc71917fa2c9743b990a01146120 100644 (file)
 /* \summary: Attached Resource Computer NETwork (ARCNET) printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include "netdissect.h"
 #include "extract.h"
@@ -118,7 +118,7 @@ static const struct tok arctypemap[] = {
        { 0, 0 }
 };
 
-static inline void
+static void
 arcnet_print(netdissect_options *ndo, const u_char *bp, u_int length, int phds,
              u_int flag, u_int seqid)
 {