From 95c8d9f146e07e4b0f5c5f456b90f20ec08cd2e7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 May 2001 05:05:11 +0000 Subject: regen after removing compatopts --- sys/compat/ibcs2/ibcs2_syscallargs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/ibcs2/ibcs2_syscallargs.h') 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; }; -- cgit v1.2.3