summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-04-15 02:32:28 +0000
committerderaadt <deraadt@openbsd.org>2015-04-15 02:32:28 +0000
commit0ff678f6feab15212146d7b9b7273ea8881cdd66 (patch)
tree64b225374e77662a325cf99fa8dc36db8f956fc4
parentremove historical (void)foo (which were only here to hide lint's (diff)
downloadwireguard-openbsd-0ff678f6feab15212146d7b9b7273ea8881cdd66.tar.xz
wireguard-openbsd-0ff678f6feab15212146d7b9b7273ea8881cdd66.zip
opt{ind,err,arg} are already known
-rw-r--r--usr.sbin/tcpdump/tcpdump.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.c b/usr.sbin/tcpdump/tcpdump.c
index 40a862a8b09..e9b35ef8201 100644
--- a/usr.sbin/tcpdump/tcpdump.c
+++ b/usr.sbin/tcpdump/tcpdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpdump.c,v 1.68 2015/02/09 23:00:14 deraadt Exp $ */
+/* $OpenBSD: tcpdump.c,v 1.69 2015/04/15 02:32:28 deraadt Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -198,10 +198,6 @@ pcap_list_linktypes(pcap_t *p)
}
}
-extern int optind;
-extern int opterr;
-extern char *optarg;
-
int
main(int argc, char **argv)
{