Remove an unused syscallarg() macro leftover from this code's origins in
NetBSD. Approved by: re (scottl)
This commit is contained in:
parent
64250ecf1e
commit
f2ca5e0f59
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user