artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d894371
)
opt{ind,err,arg} are already known
author
deraadt
<deraadt@openbsd.org>
Wed, 15 Apr 2015 02:32:28 +0000
(
02:32
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 15 Apr 2015 02:32:28 +0000
(
02:32
+0000)
usr.sbin/tcpdump/tcpdump.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tcpdump/tcpdump.c
b/usr.sbin/tcpdump/tcpdump.c
index
40a862a
..
e9b35ef
100644
(file)
--- a/
usr.sbin/tcpdump/tcpdump.c
+++ b/
usr.sbin/tcpdump/tcpdump.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tcpdump.c,v 1.6
8 2015/02/09 23:00:14
deraadt Exp $ */
+/* $OpenBSD: tcpdump.c,v 1.6
9 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)
{