Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc64/include Pull up revision 1.5 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/441d01871f1a
branches:  netbsd-1-6
changeset: 529468:441d01871f1a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Nov 22 22:41:34 2002 +0000

description:
Pull up revision 1.5 (requested by martin in ticket #948):
Protect against multiple inclusion.

diffstat:

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

diffs (25 lines):

diff -r d5df4ea9c31e -r 441d01871f1a sys/arch/sparc64/include/bsd_openprom.h
--- a/sys/arch/sparc64/include/bsd_openprom.h   Fri Nov 22 22:32:14 2002 +0000
+++ b/sys/arch/sparc64/include/bsd_openprom.h   Fri Nov 22 22:41:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsd_openprom.h,v 1.3.10.1 2002/11/22 22:30:50 tron Exp $ */
+/*     $NetBSD: bsd_openprom.h,v 1.3.10.2 2002/11/22 22:41:34 tron Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -48,6 +48,9 @@
  * All rights reserved.
  */
 
+#ifndef _BSD_OPENPROM_H_
+#define        _BSD_OPENPROM_H_ 
+
 /*
  * This file defines the interface between the kernel and the Openboot PROM.
  * N.B.: this has been tested only on interface versions 0 and 2 (we have
@@ -355,3 +358,5 @@
     __attribute__((__noreturn__));
 
 extern struct promvec *promvec;
+
+#endif /* _BSD_OPENPROM_H_ */



Home | Main Index | Thread Index | Old Index