diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:05:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:05:11 +0000 |
commit | 95c8d9f146e07e4b0f5c5f456b90f20ec08cd2e7 (patch) | |
tree | 3c3228d354cd544bb47d38085c168fcf5e205fd5 /sys/compat/ibcs2/ibcs2_syscallargs.h | |
parent | 5c72cf728d0d8be761f484dddccc24e3bab665ba (diff) |
regen after removing compatopts
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 2968117aacc..4d10a3f3e3f 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.7 1999/11/20 18:52:00 espie Exp $ */ +/* $OpenBSD: ibcs2_syscallargs.h,v 1.8 2001/05/16 05:05:10 millert Exp $ */ /* * System call argument lists. @@ -189,7 +189,7 @@ struct ibcs2_sys_semsys_args { struct ibcs2_sys_ioctl_args { syscallarg(int) fd; - syscallarg(u_long) cmd; + syscallarg(int) cmd; syscallarg(caddr_t) data; }; |