summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-stp.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-19 19:39:42 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-19 19:39:42 +0000
commit3923126b85f9e8a77cab9a41b5a62125acd5b4cd (patch)
tree1a8b19c5db03f8c989fc8228811837b182feb7a3 /usr.sbin/tcpdump/print-stp.c
parentcc03bdb70090357d2393b6ec82e3cde4d5ce5edd (diff)
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Diffstat (limited to 'usr.sbin/tcpdump/print-stp.c')
-rw-r--r--usr.sbin/tcpdump/print-stp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/print-stp.c b/usr.sbin/tcpdump/print-stp.c
index c038ae761c5..4fd6237bf85 100644
--- a/usr.sbin/tcpdump/print-stp.c
+++ b/usr.sbin/tcpdump/print-stp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-stp.c,v 1.1 2000/10/19 16:31:42 jason Exp $ */
+/* $OpenBSD: print-stp.c,v 1.2 2002/02/19 19:39:40 millert Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -41,10 +41,8 @@
#include <sys/file.h>
#include <sys/ioctl.h>
-#ifdef __STDC__
struct mbuf;
struct rtentry;
-#endif
#include <net/if.h>
#include <netinet/in.h>