kern_exec.c: Produce valid code ifndef SYS_PROTO_H

Reported by: Coccinelle
This commit is contained in:
Conrad Meyer 2020-05-02 18:54:25 +00:00
parent 62e107c31b
commit 698dda6777

View File

@ -233,7 +233,7 @@ struct fexecve_args {
int fd;
char **argv;
char **envv;
}
};
#endif
int
sys_fexecve(struct thread *td, struct fexecve_args *uap)