diff options
Diffstat (limited to 'sys/compat/svr4/svr4_misc.c')
-rw-r--r-- | sys/compat/svr4/svr4_misc.c | 2 |
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; |