Remove unused define.

MFC after:	1 month
This commit is contained in:
Konstantin Belousov 2011-10-07 16:09:44 +00:00
parent 3a28b8a49f
commit 6bfe4c78c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226112
7 changed files with 0 additions and 9 deletions

View File

@ -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_ */

View File

@ -71,6 +71,5 @@ struct syscall_args {
u_int nap;
u_int32_t insn;
};
#define HAVE_SYSCALL_ARGS_DEF 1
#endif /* !_MACHINE_PROC_H_ */

View File

@ -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_ */

View File

@ -49,7 +49,6 @@ struct syscall_args {
register_t args32[8];
int narg;
};
#define HAVE_SYSCALL_ARGS_DEF 1
#endif
#endif /* !_MACHINE_PROC_H_ */

View File

@ -80,7 +80,6 @@ struct syscall_args {
int narg;
struct trapframe *trapframe;
};
#define HAVE_SYSCALL_ARGS_DEF 1
#endif
#ifdef __mips_n64

View File

@ -60,7 +60,6 @@ struct syscall_args {
register_t args[10];
int narg;
};
#define HAVE_SYSCALL_ARGS_DEF 1
#endif
#endif /* !_MACHINE_PROC_H_ */

View File

@ -61,7 +61,6 @@ struct syscall_args {
register_t args[8];
int narg;
};
#define HAVE_SYSCALL_ARGS_DEF 1
#endif