diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index 47605505b48a..d4df3ccfefef 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -59,10 +59,11 @@ struct mdproc { #define KINFO_PROC_SIZE 816 #endif +#define MAXARGS 8 struct syscall_args { u_int code; struct sysent *callp; - register_t args[10]; + register_t args[MAXARGS]; }; #ifdef _KERNEL