From 3b297e0377bec85a957ea355b35476c55bc70cb6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 24 May 1994 20:18:26 +0000 Subject: [PATCH] took out externs that are in suod.h --- parse.c | 1 - 1 file changed, 1 deletion(-) 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;