aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-03-01 05:46:03 +0000
committerWarner Losh <imp@FreeBSD.org>2001-03-01 05:46:03 +0000
commit78de66677750c4252325b96d090a37af89c03443 (patch)
tree9e91b528b5eb307903e17bdaa5398ce5b5477ddb /usr.bin/calendar/calendar.c
parent6a20d55a591484ce93ad7002606c9ca4dbbd7ebb (diff)
downloadsrc-78de66677750c4252325b96d090a37af89c03443.tar.gz
src-78de66677750c4252325b96d090a37af89c03443.zip
Remove redundant declaration of optind. It has been declared in unistd.h
for ages.
Notes
Notes: svn path=/head/; revision=73256
Diffstat (limited to 'usr.bin/calendar/calendar.c')
-rw-r--r--usr.bin/calendar/calendar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c
index e6cf556aeb05..197b82d7d0b7 100644
--- a/usr.bin/calendar/calendar.c
+++ b/usr.bin/calendar/calendar.c
@@ -67,7 +67,6 @@ main(argc, argv)
int argc;
char *argv[];
{
- extern int optind;
int ch;
(void) setlocale(LC_ALL, "");