Elminate common declaration.
Reviewed by: peter
This commit is contained in:
parent
d1c54148b7
commit
6afb6d0aa9
@ -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)
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user