From 06d5fa0600b92e97e90e41785ef10f641bdec89f Mon Sep 17 00:00:00 2001 From: kib Date: Fri, 21 Jul 2017 06:56:06 +0000 Subject: MFC r319871: Make struct syscall_args visible to userspace compilation environment from machine/proc.h, consistently on all architectures. --- sys/mips/include/proc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/mips/include/proc.h') 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 -- cgit v1.1