Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Use "#define\t" instead of "#define ".
details: https://anonhg.NetBSD.org/src/rev/5ef78e7a4eae
branches: trunk
changeset: 536804:5ef78e7a4eae
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Sep 22 08:30:56 2002 +0000
description:
Use "#define\t" instead of "#define ".
diffstat:
sys/arch/acorn26/include/types.h | 4 ++--
sys/arch/alpha/include/types.h | 4 ++--
sys/arch/evbmips/include/types.h | 4 ++--
sys/arch/hp300/include/types.h | 4 ++--
sys/arch/hppa/include/types.h | 4 ++--
sys/arch/i386/include/types.h | 8 ++++----
sys/arch/m68k/include/types.h | 4 ++--
sys/arch/mips/include/types.h | 6 +++---
sys/arch/mvmeppc/include/types.h | 4 ++--
sys/arch/ofppc/include/types.h | 4 ++--
sys/arch/pc532/include/types.h | 4 ++--
sys/arch/powerpc/include/types.h | 6 +++---
sys/arch/sh3/include/types.h | 4 ++--
sys/arch/sh5/include/types.h | 4 ++--
sys/arch/sparc/include/types.h | 4 ++--
sys/arch/vax/include/types.h | 4 ++--
sys/arch/x86_64/include/types.h | 4 ++--
17 files changed, 38 insertions(+), 38 deletions(-)
diffs (281 lines):
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/acorn26/include/types.h
--- a/sys/arch/acorn26/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/acorn26/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.2 2002/09/22 04:11:32 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.3 2002/09/22 08:30:56 simonb Exp $ */
#ifndef _ACORN26_TYPES_H_
#define _ACORN26_TYPES_H_
@@ -6,6 +6,6 @@
#include <arm/arm26/types.h>
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _ACORN26_TYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/alpha/include/types.h
--- a/sys/arch/alpha/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/alpha/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.26 2002/09/22 04:11:32 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.27 2002/09/22 08:30:57 simonb Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -66,6 +66,6 @@
#define __HAVE_MINIMAL_EMUL
#define __HAVE_AST_PERPROC
#define __HAVE_RAS
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/evbmips/include/types.h
--- a/sys/arch/evbmips/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/evbmips/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: types.h,v 1.1 2002/03/07 14:44:02 simonb Exp $ */
+/* $NetBSD: types.h,v 1.2 2002/09/22 08:30:57 simonb Exp $ */
#include <mips/types.h>
-#define __HAVE_DEVICE_REGISTER
+#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_SOFT_INTERRUPTS
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/hp300/include/types.h
--- a/sys/arch/hp300/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/hp300/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.12 2002/08/28 08:56:59 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.13 2002/09/22 08:30:57 simonb Exp $ */
#ifndef _MACHINE_TYPES_H_
#define _MACHINE_TYPES_H_
@@ -7,6 +7,6 @@
#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_RAS
+#define __HAVE_RAS
#endif
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/hppa/include/types.h
--- a/sys/arch/hppa/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/hppa/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.3 2002/09/22 04:11:33 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.4 2002/09/22 08:30:58 simonb Exp $ */
/* $OpenBSD: types.h,v 1.6 2001/08/11 01:58:34 art Exp $ */
@@ -66,6 +66,6 @@
#define __MACHINE_STACK_GROWS_UP /* stack grows to higher addresses */
#define __HAVE_FUNCTION_DESCRIPTORS /* function ptrs may be descriptors */
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _HPPA_TYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/i386/include/types.h
--- a/sys/arch/i386/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/i386/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.36 2002/09/22 06:51:12 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.37 2002/09/22 08:30:58 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -69,8 +69,8 @@
#define __HAVE_MINIMAL_EMUL
#define __HAVE_OLD_DISKLABEL
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_RAS
-#define __HAVE_MD_RUNQUEUE
-#define __HAVE_CHOOSEPROC
+#define __HAVE_RAS
+#define __HAVE_MD_RUNQUEUE
+#define __HAVE_CHOOSEPROC
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/m68k/include/types.h
--- a/sys/arch/m68k/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/m68k/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.16 2002/09/22 04:11:33 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.17 2002/09/22 08:30:58 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -60,6 +60,6 @@
typedef int register_t;
#define __HAVE_SYSCALL_INTERN
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* !_M68K_TYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/mips/include/types.h
--- a/sys/arch/mips/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/mips/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.32 2002/09/22 04:11:33 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.33 2002/09/22 08:30:59 simonb Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -92,7 +92,7 @@
#ifdef MIPS3_PLUS /* XXX bogus! */
#define __HAVE_CPU_COUNTER
#endif
-#define __HAVE_RAS
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_RAS
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/mvmeppc/include/types.h
--- a/sys/arch/mvmeppc/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/mvmeppc/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: types.h,v 1.1 2002/02/27 21:02:21 scw Exp $ */
+/* $NetBSD: types.h,v 1.2 2002/09/22 08:30:59 simonb Exp $ */
#include <powerpc/types.h>
-#define __HAVE_NWSCONS
+#define __HAVE_NWSCONS
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/ofppc/include/types.h
--- a/sys/arch/ofppc/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/ofppc/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: types.h,v 1.4 2002/09/18 01:44:13 chs Exp $ */
+/* $NetBSD: types.h,v 1.5 2002/09/22 08:31:00 simonb Exp $ */
#include <powerpc/types.h>
-#define __HAVE_DEVICE_REGISTER
+#define __HAVE_DEVICE_REGISTER
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/pc532/include/types.h
--- a/sys/arch/pc532/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/pc532/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.27 2002/09/22 04:11:33 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.28 2002/09/22 08:31:00 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -59,6 +59,6 @@
#define __BROKEN_CONFIG_UNIT_USAGE
#define __HAVE_DEVICE_REGISTER
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/powerpc/include/types.h
--- a/sys/arch/powerpc/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/powerpc/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.16 2002/09/22 04:11:34 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.17 2002/09/22 08:31:00 simonb Exp $ */
/*-
* Copyright (C) 1995 Wolfgang Solfrank.
@@ -57,7 +57,7 @@
#endif
#define __HAVE_CPU_COUNTER
-#define __HAVE_SYSCALL_INTERN
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_SYSCALL_INTERN
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/sh3/include/types.h
--- a/sys/arch/sh3/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/sh3/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.11 2002/09/22 04:11:34 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.12 2002/09/22 08:31:01 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -64,6 +64,6 @@
#define __HAVE_AST_PERPROC
#define __HAVE_GENERIC_SOFT_INTERRUPTS
#define __BROKEN_CONFIG_UNIT_USAGE /* scif, sci driver */
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* !_SH3_TYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/sh5/include/types.h
--- a/sys/arch/sh5/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/sh5/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.2 2002/09/22 04:11:34 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.3 2002/09/22 08:31:01 simonb Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -77,7 +77,7 @@
#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_SOFT_INTERRUPTS
#define __HAVE_SYSCALL_INTERN
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#ifdef notyet
#define __HAVE_AST_PERPROC /* Not reqd. until we support SMP */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/sparc/include/types.h
--- a/sys/arch/sparc/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/sparc/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.28 2002/09/22 04:11:34 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.29 2002/09/22 08:31:01 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -92,6 +92,6 @@
#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/vax/include/types.h
--- a/sys/arch/vax/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/vax/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.24 2002/09/22 04:11:35 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.25 2002/09/22 08:31:02 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -62,6 +62,6 @@
#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
diff -r 12b7970fb548 -r 5ef78e7a4eae sys/arch/x86_64/include/types.h
--- a/sys/arch/x86_64/include/types.h Sun Sep 22 07:56:57 2002 +0000
+++ b/sys/arch/x86_64/include/types.h Sun Sep 22 08:30:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.5 2002/09/22 04:11:35 gmcgarry Exp $ */
+/* $NetBSD: types.h,v 1.6 2002/09/22 08:31:02 simonb Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -66,6 +66,6 @@
#define __HAVE_CPU_COUNTER
#define __HAVE_SYSCALL_INTERN
#define __HAVE_MINIMAL_EMUL
-#define __HAVE_MD_RUNQUEUE
+#define __HAVE_MD_RUNQUEUE
#endif /* _MACHTYPES_H_ */
Home |
Main Index |
Thread Index |
Old Index