diff options
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_syscallargs.h')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_syscallargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/ibcs2_syscallargs.h b/sys/compat/ibcs2/ibcs2_syscallargs.h index 1446b718d1c..2968117aacc 100644 --- a/sys/compat/ibcs2/ibcs2_syscallargs.h +++ b/sys/compat/ibcs2/ibcs2_syscallargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ibcs2_syscallargs.h,v 1.6 1999/06/07 07:18:35 deraadt Exp $ */ +/* $OpenBSD: ibcs2_syscallargs.h,v 1.7 1999/11/20 18:52:00 espie Exp $ */ /* * System call argument lists. @@ -189,7 +189,7 @@ struct ibcs2_sys_semsys_args { struct ibcs2_sys_ioctl_args { syscallarg(int) fd; - syscallarg(int) cmd; + syscallarg(u_long) cmd; syscallarg(caddr_t) data; }; |