summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-07-07 19:26:43 +0000
committerjhb <jhb@FreeBSD.org>2005-07-07 19:26:43 +0000
commitf2ca5e0f592dbaa6c65210447b25de33749f7886 (patch)
tree0a5992da20c3896b7b9fa1a8782657ea6b6a250c /sys/compat
parent64250ecf1ed981623ad88b7af1ff81032608003a (diff)
downloadFreeBSD-src-f2ca5e0f592dbaa6c65210447b25de33749f7886.zip
FreeBSD-src-f2ca5e0f592dbaa6c65210447b25de33749f7886.tar.gz
Remove an unused syscallarg() macro leftover from this code's origins in
NetBSD. Approved by: re (scottl)
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/svr4/svr4_misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c
index aaf6ff5..d7a9069 100644
--- a/sys/compat/svr4/svr4_misc.c
+++ b/sys/compat/svr4/svr4_misc.c
@@ -1041,8 +1041,6 @@ svr4_sys_pgrpsys(td, uap)
}
}
-#define syscallarg(x) union { x datum; register_t pad; }
-
struct svr4_hrtcntl_args {
int cmd;
int fun;
OpenPOWER on IntegriCloud