summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_misc.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 06:25:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 06:25:11 +0000
commit3b6ef69c95a4ebb6b1cce205e1c1a1b9edbe0418 (patch)
treeddb1fe10a62a916f23ba458983ff7dbb643396cd /sys/compat/svr4/svr4_misc.c
parent9edc32a66c05b6833b8d2274526c21ec49520eaa (diff)
remove duplicate syscallargs() macros
Diffstat (limited to 'sys/compat/svr4/svr4_misc.c')
-rw-r--r--sys/compat/svr4/svr4_misc.c4
1 files changed, 1 insertions, 3 deletions
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;