Make imgact_binmisc_exec() static.

Submitted by:	kib
Reviewed by:	sson
This commit is contained in:
sbruno 2015-06-22 17:04:24 +00:00
parent 02d7ae730f
commit bb1ac314ed

View File

@ -101,9 +101,6 @@ static int interp_list_entry_count = 0;
static struct sx interp_list_sx;
int imgact_binmisc_exec(struct image_params *imgp);
/*
* Populate the entry with the information about the interpreter.
*/
@ -576,7 +573,7 @@ imgact_binmisc_find_interpreter(const char *image_header)
return (NULL);
}
int
static int
imgact_binmisc_exec(struct image_params *imgp)
{
const char *image_header = imgp->image_header;