Style: use #define<TAB> instead of #define<SPACE>.
Noted by: bde, pluknet gmail com MFC after: 11 days
This commit is contained in:
parent
99c750a814
commit
8bac98182a
@ -53,8 +53,8 @@ struct mdproc {
|
||||
struct system_segment_descriptor md_ldt_sd;
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC32_SIZE 768
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC32_SIZE 768
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
@ -60,6 +60,6 @@ struct mdproc {
|
||||
void *md_sigtramp;
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 792
|
||||
#define KINFO_PROC_SIZE 792
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -57,7 +57,7 @@ struct mdproc {
|
||||
struct proc_ldt *md_ldt; /* (t) per-process ldt */
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 768
|
||||
#define KINFO_PROC_SIZE 768
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
@ -38,7 +38,7 @@ struct mdproc {
|
||||
int __dummy; /* Avoid having an empty struct. */
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC32_SIZE 768
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC32_SIZE 768
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -69,9 +69,9 @@ void mips_cpu_switch(struct thread *, struct thread *, struct mtx *);
|
||||
void mips_cpu_throw(struct thread *, struct thread *);
|
||||
|
||||
#ifdef __mips_n64
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#else
|
||||
#define KINFO_PROC_SIZE 816
|
||||
#define KINFO_PROC_SIZE 816
|
||||
#endif
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -46,6 +46,6 @@ struct mdthread {
|
||||
struct mdproc {
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 768
|
||||
#define KINFO_PROC_SIZE 768
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -51,6 +51,6 @@ struct mdproc {
|
||||
void *md_sigtramp;
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -51,6 +51,6 @@ struct mdproc {
|
||||
void *md_sigtramp;
|
||||
};
|
||||
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user