From 62855ffe327689a9bd3dfcb00322f27fed99d318 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 14 Apr 2000 05:58:01 +0000 Subject: Don't declare 'extern opt*' getopt variables. --- arithmetic/arithmetic.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'arithmetic') 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 */ -- cgit v1.2.3-56-ge451