summaryrefslogtreecommitdiff
path: root/bin/date
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-22 20:25:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-22 20:25:09 +0000
commit43f555732483fd1b60a70968b71d3a01ef7d446a (patch)
tree9ac7c483eb8edd88cdb16e5f49b4c235f85c0eba /bin/date
parenta9e755d6a11ddb61c8eb50d4307c9611f1951a53 (diff)
remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index 8a743363f4c..0f46a9f678e 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: date.c,v 1.13 1999/02/01 07:52:09 d Exp $ */
+/* $OpenBSD: date.c,v 1.14 2000/01/22 20:24:48 deraadt Exp $ */
/* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: date.c,v 1.13 1999/02/01 07:52:09 d Exp $";
+static char rcsid[] = "$OpenBSD: date.c,v 1.14 2000/01/22 20:24:48 deraadt Exp $";
#endif
#endif /* not lint */
@@ -78,8 +78,6 @@ main(argc, argv)
int argc;
char **argv;
{
- extern int optind;
- extern char *optarg;
struct timezone tz;
int ch, rflag;
char *format, buf[1024];