diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h index d7f0b4a7b0be..b0468720800f 100644 --- a/sys/ia64/include/proc.h +++ b/sys/ia64/include/proc.h @@ -44,10 +44,10 @@ struct mdproc { #ifdef _KERNEL struct syscall_args { u_int code; + int narg; struct sysent *callp; register_t *args; register_t args32[8]; - int narg; }; #endif