Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cobalt/include Protect against multiple inclusion.



details:   https://anonhg.NetBSD.org/src/rev/4342b36ae764
branches:  trunk
changeset: 486635:4342b36ae764
user:      soren <soren%NetBSD.org@localhost>
date:      Sat May 27 02:14:22 2000 +0000

description:
Protect against multiple inclusion.

diffstat:

 sys/arch/cobalt/include/cpu.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6d8c7b6b8b74 -r 4342b36ae764 sys/arch/cobalt/include/cpu.h
--- a/sys/arch/cobalt/include/cpu.h     Sat May 27 02:13:46 2000 +0000
+++ b/sys/arch/cobalt/include/cpu.h     Sat May 27 02:14:22 2000 +0000
@@ -1,4 +1,7 @@
-/*     $NetBSD: cpu.h,v 1.6 2000/05/26 21:19:37 thorpej Exp $  */
+/*     $NetBSD: cpu.h,v 1.7 2000/05/27 02:14:22 soren Exp $    */
+
+#ifndef _COBALT_CPU_H
+#define _COBALT_CPU_H
 
 #include <mips/cpu.h>
 #include <mips/cpuregs.h>
@@ -24,3 +27,5 @@
 #define        curcpu()        (&cpu_info_store)
 #endif
 #endif /* !_LOCORE */
+
+#endif  /* !_COBALT_CPU_H_ */



Home | Main Index | Thread Index | Old Index