]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lspping.c
remove redundant TRUE|FALSE defs and move them to tcpdump-stdinc.h
[tcpdump] / print-lspping.c
index 4cac614b7455b8bad62a1273b2a7bff18f18611b..a96fb7562c1064e610a897d15732050e5bcc9f69 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-lspping.c,v 1.12.2.5 2006-02-03 08:42:30 hannes Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-lspping.c,v 1.12.2.6 2006-06-23 02:07:27 hannes Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -79,8 +79,6 @@ struct lspping_common_header {
 };
 
 #define LSPPING_VERSION            1
-#define FALSE 0
-#define TRUE  1
 
 static const struct tok lspping_msg_type_values[] = {
     { 1, "MPLS Echo Request"},