Remove an unused syscallarg() macro leftover from this code's origins in

NetBSD.

Approved by:	re (scottl)
This commit is contained in:
jhb 2005-07-07 19:26:43 +00:00
parent 64250ecf1e
commit f2ca5e0f59

View File

@ -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;