diff options
| author | cgd <cgd@NetBSD.org> | 1996-03-01 23:30:08 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-03-01 23:30:08 +0000 |
| commit | 1c5d7babe547f47cef72d8ff61c22d5dc3ff7bbd (patch) | |
| tree | fea36ce22bfa6b25a7dc11df447cd9765166249a /sys | |
| parent | 97fbc0015b0156a8dc11d08630df2988dc3cca11 (diff) | |
Clean up tabbing/spacing in defns of MACHINE, MACHINE_ARCH, and MID_MACHINE.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amiga/include/param.h | 6 | ||||
| -rw-r--r-- | sys/arch/arm32/include/param.h | 10 | ||||
| -rw-r--r-- | sys/arch/atari/include/param.h | 6 | ||||
| -rw-r--r-- | sys/arch/i386/include/param.h | 8 | ||||
| -rw-r--r-- | sys/arch/mvme68k/include/param.h | 4 | ||||
| -rw-r--r-- | sys/arch/pc532/include/param.h | 8 | ||||
| -rw-r--r-- | sys/arch/pmax/include/param.h | 8 | ||||
| -rw-r--r-- | sys/arch/sun3/include/param.h | 6 | ||||
| -rw-r--r-- | sys/arch/sun3/include/param3.h | 6 | ||||
| -rw-r--r-- | sys/arch/vax/include/param.h | 6 |
10 files changed, 34 insertions, 34 deletions
diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h index 68474492998..a5e39fd5a9c 100644 --- a/sys/arch/amiga/include/param.h +++ b/sys/arch/amiga/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.26 1996/01/28 19:12:46 chopps Exp $ */ +/* $NetBSD: param.h,v 1.27 1996/03/01 23:30:08 cgd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -48,8 +48,8 @@ * Machine dependent constants for amiga */ #define MACHINE "amiga" -#define MACHINE_ARCH "m68k" -#define MID_MACHINE MID_M68K +#define MACHINE_ARCH "m68k" +#define MID_MACHINE MID_M68K /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/arm32/include/param.h b/sys/arch/arm32/include/param.h index 148c43de542..481556cc2b8 100644 --- a/sys/arch/arm32/include/param.h +++ b/sys/arch/arm32/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.3 1996/02/22 22:21:55 mark Exp $ */ +/* $NetBSD: param.h,v 1.4 1996/03/01 23:30:15 cgd Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: param.h,v 1.3 1996/02/22 22:21:55 mark Exp $ + * $Id: param.h,v 1.4 1996/03/01 23:30:15 cgd Exp $ */ #ifndef _ARM32_PARAM_H_ @@ -46,9 +46,9 @@ */ /*#define ovbcopy bcopy */ /* XXX should probably have long gone by now */ -#define MACHINE "arm32" -#define MACHINE_ARCH "arm32" -#define MID_MACHINE MID_ARM6 +#define MACHINE "arm32" +#define MACHINE_ARCH "arm32" +#define MID_MACHINE MID_ARM6 /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h index 128e255acf7..515dc79a9ee 100644 --- a/sys/arch/atari/include/param.h +++ b/sys/arch/atari/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.11 1996/02/22 10:11:43 leo Exp $ */ +/* $NetBSD: param.h,v 1.12 1996/03/01 23:30:19 cgd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -49,8 +49,8 @@ * Machine dependent constants for atari */ #define MACHINE "atari" -#define MACHINE_ARCH "m68k" -#define MID_MACHINE MID_M68K +#define MACHINE_ARCH "m68k" +#define MID_MACHINE MID_M68K /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index a18a047cb29..f41cc212b19 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.27 1996/02/01 22:30:47 mycroft Exp $ */ +/* $NetBSD: param.h,v 1.28 1996/03/01 23:30:24 cgd Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -50,9 +50,9 @@ #endif #endif -#define MACHINE "i386" -#define MACHINE_ARCH "i386" -#define MID_MACHINE MID_I386 +#define MACHINE "i386" +#define MACHINE_ARCH "i386" +#define MID_MACHINE MID_I386 /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h index 12d989975f3..fb41c1784f4 100644 --- a/sys/arch/mvme68k/include/param.h +++ b/sys/arch/mvme68k/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.3 1996/02/01 22:31:54 mycroft Exp $ */ +/* $NetBSD: param.h,v 1.4 1996/03/01 23:30:34 cgd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -45,7 +45,7 @@ /* * Machine dependent constants for mvme68k, based on HP9000 series 300. */ -#define MACHINE "mvme68k" +#define MACHINE "mvme68k" #define MACHINE_ARCH "m68k" #define MID_MACHINE MID_M68K diff --git a/sys/arch/pc532/include/param.h b/sys/arch/pc532/include/param.h index e4dc30d8afe..f11cafa2706 100644 --- a/sys/arch/pc532/include/param.h +++ b/sys/arch/pc532/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.13 1996/02/01 00:03:30 phil Exp $ */ +/* $NetBSD: param.h,v 1.14 1996/03/01 23:30:38 cgd Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -52,9 +52,9 @@ #include <machine/cpu.h> #endif -#define MACHINE "pc532" -#define MACHINE_ARCH "ns32k" -#define MID_MACHINE MID_NS32532 +#define MACHINE "pc532" +#define MACHINE_ARCH "ns32k" +#define MID_MACHINE MID_NS32532 /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/pmax/include/param.h b/sys/arch/pmax/include/param.h index e3b1388c856..9ac983404a6 100644 --- a/sys/arch/pmax/include/param.h +++ b/sys/arch/pmax/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.13 1996/02/01 22:32:13 mycroft Exp $ */ +/* $NetBSD: param.h,v 1.14 1996/03/01 23:30:43 cgd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -45,9 +45,9 @@ /* * Machine dependent constants for DEC Station 3100. */ -#define MACHINE "pmax" -#define MACHINE_ARCH "mips" -#define MID_MACHINE MID_PMAX +#define MACHINE "pmax" +#define MACHINE_ARCH "mips" +#define MID_MACHINE MID_PMAX /* * Round p (pointer or byte index) up to a correctly-aligned value for all diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h index ed7323a4ed4..b06b4da1e18 100644 --- a/sys/arch/sun3/include/param.h +++ b/sys/arch/sun3/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.32 1996/02/16 18:08:21 gwr Exp $ */ +/* $NetBSD: param.h,v 1.33 1996/03/01 23:30:49 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -48,9 +48,9 @@ /* * Machine dependent constants for the Sun3 series. */ -#define MACHINE "sun3" +#define MACHINE "sun3" #define MACHINE_ARCH "m68k" -#define MID_MACHINE MID_M68K +#define MID_MACHINE MID_M68K /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/sun3/include/param3.h b/sys/arch/sun3/include/param3.h index 3ecdb1e014c..18aa294efc5 100644 --- a/sys/arch/sun3/include/param3.h +++ b/sys/arch/sun3/include/param3.h @@ -1,4 +1,4 @@ -/* $NetBSD: param3.h,v 1.32 1996/02/16 18:08:21 gwr Exp $ */ +/* $NetBSD: param3.h,v 1.33 1996/03/01 23:30:49 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -48,9 +48,9 @@ /* * Machine dependent constants for the Sun3 series. */ -#define MACHINE "sun3" +#define MACHINE "sun3" #define MACHINE_ARCH "m68k" -#define MID_MACHINE MID_M68K +#define MID_MACHINE MID_M68K /* * Round p (pointer or byte index) up to a correctly-aligned value diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index 660eb5cfc32..987a36d2657 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.16 1996/02/11 13:45:37 ragge Exp $ */ +/* $NetBSD: param.h,v 1.17 1996/03/01 23:30:57 cgd Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -47,9 +47,9 @@ * Machine dependent constants for VAX. */ -#define MACHINE "vax" +#define MACHINE "vax" #define MACHINE_ARCH "vax" -#define MID_MACHINE MID_VAX +#define MID_MACHINE MID_VAX /* * Round p (pointer or byte index) up to a correctly-aligned value |
