summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ia64/include/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index d7f0b4a..b046872 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
OpenPOWER on IntegriCloud