Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Protect against multiple includes.



details:   https://anonhg.NetBSD.org/src/rev/8af9dda420c9
branches:  trunk
changeset: 477563:8af9dda420c9
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Oct 21 20:01:36 1999 +0000

description:
Protect against multiple includes.

diffstat:

 sys/arch/vax/include/cpu.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7c7b6d9c5084 -r 8af9dda420c9 sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h        Thu Oct 21 19:40:22 1999 +0000
+++ b/sys/arch/vax/include/cpu.h        Thu Oct 21 20:01:36 1999 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: cpu.h,v 1.40 1999/09/17 20:07:19 thorpej Exp $      */
+/*      $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $      */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -30,6 +30,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef _VAX_CPU_H_
+#define _VAX_CPU_H_
 #ifdef _KERNEL
 
 #include <sys/cdefs.h>
@@ -131,3 +133,4 @@
 int    kdbrint __P((int));
 #endif
 #endif /* _KERNEL */
+#endif /* _VAX_CPU_H_ */



Home | Main Index | Thread Index | Old Index