mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Place a function prototype correctly.
Submitted by: Divacky Roman
This commit is contained in:
parent
bf899c64f3
commit
7143dfdc43
1 changed files with 1 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ void ktrpsig(struct ktr_psig *);
|
|||
void ktrcsw(struct ktr_csw *);
|
||||
void ktruser(int, unsigned char *);
|
||||
void usage(void);
|
||||
const char *ioctlname(u_long);
|
||||
|
||||
int timestamp, decimal, fancy = 1, tail, maxdata;
|
||||
const char *tracefile = DEF_TRACEFILE;
|
||||
|
|
@ -285,7 +286,6 @@ ktrsyscall(struct ktr_syscall *ktr)
|
|||
{
|
||||
int narg = ktr->ktr_narg;
|
||||
register_t *ip;
|
||||
const char *ioctlname(u_long);
|
||||
|
||||
if (ktr->ktr_code >= nsyscalls || ktr->ktr_code < 0)
|
||||
(void)printf("[%d]", ktr->ktr_code);
|
||||
|
|
|
|||
Loading…
Reference in a new issue