summaryrefslogtreecommitdiff
path: root/print-icmp.c
diff options
context:
space:
mode:
authorassar <assar>2000-07-01 03:38:59 +0000
committerassar <assar>2000-07-01 03:38:59 +0000
commit3cd171317f54bc968808d49e3ca87b6c49ccdcdd (patch)
treef78e391f0e2093199088698670ab53c2d3c4c095 /print-icmp.c
parent5a0c056a7c0204e5c1afcfcbea59befe0c4fb4a7 (diff)
downloadtcpdump-3cd171317f54bc968808d49e3ca87b6c49ccdcdd.tar.gz
remove non-STDC code
Diffstat (limited to 'print-icmp.c')
-rw-r--r--print-icmp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/print-icmp.c b/print-icmp.c
index 2d846a96..f7b1b2b9 100644
--- a/print-icmp.c
+++ b/print-icmp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.47 2000-06-10 13:41:19 assar Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.48 2000-07-01 03:39:03 assar Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -32,10 +32,8 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-#if __STDC__
struct mbuf;
struct rtentry;
-#endif
#include <net/if.h>
#include <netinet/in.h>