]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tipc.c
Fix compiling on GNU/Hurd. [skip appveyor]
[tcpdump] / print-tipc.c
index 54179a4ea605c6be1785d07d197ffe59c13fbd43..dea0581435b1d70a0c1d15aabd3aafc1c7a71b68 100644 (file)
@@ -34,7 +34,6 @@
 #include "netdissect-stdinc.h"
 
 #include "netdissect.h"
-#include "ethertype.h"
 #include "extract.h"
 
 
@@ -327,8 +326,7 @@ tipc_print(netdissect_options *ndo, const u_char *bp, u_int length _U_,
        w0 = GET_BE_U_4(ap->w0);
        user = TIPC_USER(w0);
 
-       switch (user)
-       {
+       switch (user) {
                case TIPC_USER_LOW_IMPORTANCE:
                case TIPC_USER_MEDIUM_IMPORTANCE:
                case TIPC_USER_HIGH_IMPORTANCE: