diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/hpux/hpux_net.c | 5 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_ipc.c | 4 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_misc.c | 4 |
3 files changed, 3 insertions, 10 deletions
diff --git a/sys/compat/hpux/hpux_net.c b/sys/compat/hpux/hpux_net.c index be984ddd558..12a399e91c2 100644 --- a/sys/compat/hpux/hpux_net.c +++ b/sys/compat/hpux/hpux_net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_net.c,v 1.5 2001/05/16 12:50:20 ho Exp $ */ +/* $OpenBSD: hpux_net.c,v 1.6 2001/08/26 06:25:10 deraadt Exp $ */ /* $NetBSD: hpux_net.c,v 1.14 1997/04/01 19:59:02 scottr Exp $ */ /* @@ -67,9 +67,6 @@ #include <compat/hpux/hpux_syscallargs.h> #include <compat/hpux/hpux_util.h> - -#define syscallarg(x) union { x datum; register_t pad; } - struct hpux_sys_setsockopt_args { syscallarg(int) s; syscallarg(int) level; diff --git a/sys/compat/svr4/svr4_ipc.c b/sys/compat/svr4/svr4_ipc.c index c7e9b38e666..a22330b48fe 100644 --- a/sys/compat/svr4/svr4_ipc.c +++ b/sys/compat/svr4/svr4_ipc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_ipc.c,v 1.6 2001/03/16 01:24:30 csapuntz Exp $ */ +/* $OpenBSD: svr4_ipc.c,v 1.7 2001/08/26 06:25:10 deraadt Exp $ */ /* $NetBSD: svr4_ipc.c,v 1.3 1997/03/30 17:21:02 christos Exp $ */ /* @@ -55,8 +55,6 @@ #include <compat/svr4/svr4_util.h> #include <compat/svr4/svr4_ipc.h> -#define syscallarg(x) union { x datum; register_t pad; } - #if defined(SYSVMSG) || defined(SYSVSHM) || defined(SYSVSEM) static void svr4_to_bsd_ipc_perm __P((const struct svr4_ipc_perm *, struct ipc_perm *)); diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c index cc4837d202c..27fe41e84a3 100644 --- a/sys/compat/svr4/svr4_misc.c +++ b/sys/compat/svr4/svr4_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_misc.c,v 1.33 2001/08/22 10:29:42 niklas Exp $ */ +/* $OpenBSD: svr4_misc.c,v 1.34 2001/08/26 06:25:10 deraadt Exp $ */ /* $NetBSD: svr4_misc.c,v 1.42 1996/12/06 03:22:34 christos Exp $ */ /* @@ -891,8 +891,6 @@ svr4_sys_pgrpsys(p, v, retval) } } -#define syscallarg(x) union { x datum; register_t pad; } - struct svr4_hrtcntl_args { syscallarg(int) cmd; syscallarg(int) fun; |