mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Remove unused define.
MFC after: 1 month
This commit is contained in:
parent
3a28b8a49f
commit
6bfe4c78c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226112
@ -85,8 +85,6 @@ struct syscall_args {
|
||||
register_t args[8];
|
||||
int narg;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -71,6 +71,5 @@ struct syscall_args {
|
||||
u_int nap;
|
||||
u_int32_t insn;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -83,8 +83,6 @@ struct syscall_args {
|
||||
register_t args[8];
|
||||
int narg;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -49,7 +49,6 @@ struct syscall_args {
|
||||
register_t args32[8];
|
||||
int narg;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
#endif
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -80,7 +80,6 @@ struct syscall_args {
|
||||
int narg;
|
||||
struct trapframe *trapframe;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
#endif
|
||||
|
||||
#ifdef __mips_n64
|
||||
|
@ -60,7 +60,6 @@ struct syscall_args {
|
||||
register_t args[10];
|
||||
int narg;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
#endif
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -61,7 +61,6 @@ struct syscall_args {
|
||||
register_t args[8];
|
||||
int narg;
|
||||
};
|
||||
#define HAVE_SYSCALL_ARGS_DEF 1
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user