From: Todd C. Miller Date: Tue, 24 May 1994 20:18:26 +0000 (+0000) Subject: took out externs that are in suod.h X-Git-Tag: SUDO_1_3_1~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b297e0377bec85a957ea355b35476c55bc70cb6;p=sudo took out externs that are in suod.h --- diff --git a/parse.c b/parse.c index 7a5332f27..b85c75479 100644 --- a/parse.c +++ b/parse.c @@ -64,7 +64,6 @@ static char rcsid[] = "$Id$"; */ #define NUM_LISTS 3+1 -extern char *user, *host, *cmnd; extern FILE *yyin, *yyout; int user_list_found = FALSE;