Elminate common declaration.

Reviewed by:	peter
This commit is contained in:
Paul Saab 2001-02-22 21:53:39 +00:00
parent d1c54148b7
commit 6afb6d0aa9
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ static void write_elf_hints(const char *);
static const char *dirs[MAXDIRS];
static int ndirs;
int insecure;
static void
add_dir(const char *hintsfile, const char *name, int trusted)

View File

@ -31,7 +31,7 @@
#include <sys/cdefs.h>
int insecure; /* -i flag, needed here for elfhints.c */
extern int insecure; /* -i flag, needed here for elfhints.c */
__BEGIN_DECLS
void list_elf_hints __P((const char *));