Eliminate padding by moving 'narg' next to 'code'. Both are 32-bit
entities in the syscall_args structure that otherwise has 64-bit only fields.
This commit is contained in:
parent
bd7f0fa0bb
commit
bd362fd0fc
@ -44,10 +44,10 @@ struct mdproc {
|
||||
#ifdef _KERNEL
|
||||
struct syscall_args {
|
||||
u_int code;
|
||||
int narg;
|
||||
struct sysent *callp;
|
||||
register_t *args;
|
||||
register_t args32[8];
|
||||
int narg;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user