summaryrefslogtreecommitdiffstats
path: root/arithmetic
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-04-14 05:58:01 +0000
committersimonb <simonb@NetBSD.org>2000-04-14 05:58:01 +0000
commit62855ffe327689a9bd3dfcb00322f27fed99d318 (patch)
treeea359cc12d01c6437ad713acbfb56ee88b08868e /arithmetic
parent96e645f9f4830ee11dd5aae09ac0c2775c925fa5 (diff)
downloadbsdgames-darwin-62855ffe327689a9bd3dfcb00322f27fed99d318.tar.gz
bsdgames-darwin-62855ffe327689a9bd3dfcb00322f27fed99d318.tar.zst
bsdgames-darwin-62855ffe327689a9bd3dfcb00322f27fed99d318.zip
Don't declare 'extern opt*' getopt variables.
Diffstat (limited to 'arithmetic')
-rw-r--r--arithmetic/arithmetic.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arithmetic/arithmetic.c b/arithmetic/arithmetic.c
index d06776b8..a15ead5a 100644
--- a/arithmetic/arithmetic.c
+++ b/arithmetic/arithmetic.c
@@ -1,4 +1,4 @@
-/* $NetBSD: arithmetic.c,v 1.13 1999/07/17 19:11:30 hubertf Exp $ */
+/* $NetBSD: arithmetic.c,v 1.14 2000/04/14 05:58:01 simonb Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: arithmetic.c,v 1.13 1999/07/17 19:11:30 hubertf Exp $");
+__RCSID("$NetBSD: arithmetic.c,v 1.14 2000/04/14 05:58:01 simonb Exp $");
#endif
#endif /* not lint */
@@ -118,8 +118,6 @@ main(argc, argv)
int argc;
char **argv;
{
- extern char *optarg;
- extern int optind;
int ch, cnt;
/* Revoke setgid privileges */