diff options
Diffstat (limited to 'sys/mips/include/proc.h')
-rw-r--r-- | sys/mips/include/proc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h index efd5e79..da88d2a 100644 --- a/sys/mips/include/proc.h +++ b/sys/mips/include/proc.h @@ -79,7 +79,6 @@ struct mdproc { /* empty */ }; -#ifdef _KERNEL struct syscall_args { u_int code; struct sysent *callp; @@ -87,7 +86,6 @@ struct syscall_args { int narg; struct trapframe *trapframe; }; -#endif #ifdef __mips_n64 #define KINFO_PROC_SIZE 1088 |