diff options
author | kib <kib@FreeBSD.org> | 2017-07-21 06:56:06 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-07-21 06:56:06 +0000 |
commit | 06d5fa0600b92e97e90e41785ef10f641bdec89f (patch) | |
tree | f037ba36d3247b5c8ff1d01520807d79aa8b0fb9 /sys/mips/include/proc.h | |
parent | d28cd4fc0891aa02d577a1951f159ae13197aa60 (diff) | |
download | FreeBSD-src-06d5fa0600b92e97e90e41785ef10f641bdec89f.zip FreeBSD-src-06d5fa0600b92e97e90e41785ef10f641bdec89f.tar.gz |
MFC r319871:
Make struct syscall_args visible to userspace compilation environment
from machine/proc.h, consistently on all architectures.
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 |