Module Name: src
Committed By: joerg
Date: Tue May 24 13:02:37 UTC 2011
Modified Files:
src/usr.sbin/isdn/isdntrace: trace.c
Log Message:
Kill redundant externs
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/isdn/isdntrace/trace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/isdn/isdntrace/trace.c
diff -u src/usr.sbin/isdn/isdntrace/trace.c:1.10 src/usr.sbin/isdn/isdntrace/trace.c:1.11
--- src/usr.sbin/isdn/isdntrace/trace.c:1.10 Thu Apr 16 05:56:33 2009
+++ src/usr.sbin/isdn/isdntrace/trace.c Tue May 24 13:02:37 2011
@@ -35,7 +35,7 @@
* trace.c - print traces of D (B) channel activity for isdn4bsd
* -------------------------------------------------------------
*
- * $Id: trace.c,v 1.10 2009/04/16 05:56:33 lukem Exp $
+ * $Id: trace.c,v 1.11 2011/05/24 13:02:37 joerg Exp $
*
* $FreeBSD$
*
@@ -121,9 +121,6 @@
int
main(int argc, char *argv[])
{
- extern int optind;
- extern int opterr;
- extern char *optarg;
char devicename[80];
char headerbuf[256];