]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-babel.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / print-babel.c
index 1671149a88c9c39e128571605d3bec5e04427cf0..cea7eedf07722034ad31187a8ddc74adcc499ab2 100644 (file)
@@ -37,9 +37,7 @@
  * draft-ietf-babel-source-specific-0
  */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -81,7 +79,6 @@ babel_print(netdissect_options *ndo,
 
  trunc:
     nd_print_trunc(ndo);
-    return;
 }
 
 /* TLVs */
@@ -861,5 +858,4 @@ babel_print_v2(netdissect_options *ndo,
 
  invalid:
     nd_print_invalid(ndo);
-    return;
 }