]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
Fixtypo.
[tcpdump] / print-ipnet.c
index 97c83e3a490422107846762fe50d6f62238d5e03..9777909b48fd94aacfa4d7421c036b1677605f64 100644 (file)
@@ -1,7 +1,7 @@
 /* \summary: Solaris DLT_IPNET printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "netdissect-stdinc.h"
@@ -33,7 +33,7 @@ static const struct tok ipnet_values[] = {
        { 0,                    NULL }
 };
 
-static inline void
+static void
 ipnet_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length)
 {
        const ipnet_hdr_t *hdr;