]> The Tcpdump Group git mirrors - tcpdump/commitdiff
FALSE isn't necessarily defined.
authorguy <guy>
Mon, 27 Dec 2004 01:13:44 +0000 (01:13 +0000)
committerguy <guy>
Mon, 27 Dec 2004 01:13:44 +0000 (01:13 +0000)
print-udp.c

index 3a8d10002de72086bdcb3063b5d59ec7edfccd10..1cd16f6064aade49f217492be69437504e7de95a 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.135 2004-12-27 00:41:32 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.136 2004-12-27 01:13:44 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -526,7 +526,7 @@ udp_print(register const u_char *bp, u_int length,
 #ifdef INET6
                            ip6 != NULL);
 #else
-                           FALSE);
+                           0);
 #endif
                        break;
                }
@@ -613,7 +613,7 @@ udp_print(register const u_char *bp, u_int length,
 #ifdef INET6
                            ip6 != NULL);
 #else
-                           FALSE);
+                           0);
 #endif
                else if (ISPORT(ISAKMP_PORT))
                        isakmp_print((const u_char *)(up + 1), length, bp2);