A little space->tab fixup.
This commit is contained in:
parent
c0b03b60e7
commit
493f55e596
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: exec_aout.h,v 1.24 2001/06/19 00:41:54 fvdl Exp $ */
|
||||
/* $NetBSD: exec_aout.h,v 1.25 2001/06/25 22:56:18 nathanw Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993, 1994 Christopher G. Demetriou
|
||||
|
@ -82,7 +82,7 @@ struct exec {
|
|||
#define MID_POWERPC 149 /* big-endian PowerPC */
|
||||
#define MID_VAX 150 /* vax */
|
||||
#define MID_SPARC64 151 /* LP64 sparc */
|
||||
#define MID_X86_64 152 /* AMD x86-64 */
|
||||
#define MID_X86_64 152 /* AMD x86-64 */
|
||||
#define MID_HP300 300 /* hp300 (68020+68881) BSD binary */
|
||||
#define MID_HPUX 0x20C /* hp200/300 HP-UX binary */
|
||||
#define MID_HPUX800 0x20B /* hp800 HP-UX binary */
|
||||
|
@ -90,9 +90,9 @@ struct exec {
|
|||
/*
|
||||
* a_flags
|
||||
*/
|
||||
#define EX_DYNAMIC 0x20
|
||||
#define EX_PIC 0x10
|
||||
#define EX_DPMASK 0x30
|
||||
#define EX_DYNAMIC 0x20
|
||||
#define EX_PIC 0x10
|
||||
#define EX_DPMASK 0x30
|
||||
/*
|
||||
* Interpretation of the (a_flags & EX_DPMASK) bits:
|
||||
*
|
||||
|
@ -200,7 +200,7 @@ int exec_aout_prep_oldomagic __P((struct proc *, struct exec_package *));
|
|||
/*
|
||||
* MD portion
|
||||
*/
|
||||
int cpu_exec_aout_makecmds __P((struct proc *, struct exec_package *));
|
||||
int cpu_exec_aout_makecmds __P((struct proc *, struct exec_package *));
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
|
|
Loading…
Reference in New Issue