]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rt6.c
Don't require IPv6 library support in order to support IPv6 addresses.
[tcpdump] / print-rt6.c
index 9b87777f8a823447189f1c2843bceae8e57beee1..231f5ff4ce42150041aa5f4cc10225d38d20600f 100644 (file)
@@ -23,8 +23,6 @@
 #include "config.h"
 #endif
 
-#ifdef INET6
-
 #include <netdissect-stdinc.h>
 
 #include <string.h>
@@ -107,4 +105,3 @@ rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2
        ND_PRINT((ndo, "[|srcrt]"));
        return -1;
 }
-#endif /* INET6 */