summaryrefslogtreecommitdiff
path: root/print-ldp.c
diff options
context:
space:
mode:
authorhannes <hannes>2006-06-23 02:03:09 +0000
committerhannes <hannes>2006-06-23 02:03:09 +0000
commit617f68b27238e29c391700fbd935b8e48eb263df (patch)
tree386ea8109dc0d37f65db22cccbb006a6a69c2ce0 /print-ldp.c
parent939a69c898052f7a61688be4317c836808f1a2ec (diff)
downloadtcpdump-617f68b27238e29c391700fbd935b8e48eb263df.tar.gz
remove redundant TRUE|FALSE defs
Diffstat (limited to 'print-ldp.c')
-rw-r--r--print-ldp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/print-ldp.c b/print-ldp.c
index ede1653a..de3b34e5 100644
--- a/print-ldp.c
+++ b/print-ldp.c
@@ -16,7 +16,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.19 2006-03-28 07:06:21 hannes Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.20 2006-06-23 02:03:09 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -218,9 +218,6 @@ static const struct tok ldp_fec_martini_ifparm_vccv_cv_values[] = {
{ 0, NULL}
};
-#define FALSE 0
-#define TRUE 1
-
int ldp_msg_print(register const u_char *);
int ldp_tlv_print(register const u_char *);