summaryrefslogtreecommitdiff
path: root/print-dhcp6.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-dhcp6.c
parent5a0c056a7c0204e5c1afcfcbea59befe0c4fb4a7 (diff)
downloadtcpdump-3cd171317f54bc968808d49e3ca87b6c49ccdcdd.tar.gz
remove non-STDC code
Diffstat (limited to 'print-dhcp6.c')
-rw-r--r--print-dhcp6.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/print-dhcp6.c b/print-dhcp6.c
index 3897de66..5fbf5587 100644
--- a/print-dhcp6.c
+++ b/print-dhcp6.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.8 2000-05-17 05:00:12 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.9 2000-07-01 03:39:02 assar Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -40,18 +40,13 @@ 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>
#include <ctype.h>
-#ifdef HAVE_MEMORY_H
-#include <memory.h>
-#endif
#include <stdio.h>
#include <string.h>
#include <arpa/inet.h>