Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Changed the ifndef guard of this he...



details:   https://anonhg.NetBSD.org/src/rev/acfa370ab81c
branches:  trunk
changeset: 538742:acfa370ab81c
user:      manu <manu%NetBSD.org@localhost>
date:      Mon Oct 28 18:00:40 2002 +0000

description:
Changed the ifndef guard of this header file from _MACH_EXEC_H_ to
_POWERPC_AOUT_EXEC_H_. The former was conflicting with
<compat/mach/mach_exec.h>.

diffstat:

 sys/arch/powerpc/include/aout_machdep.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 8663382e6bca -r acfa370ab81c sys/arch/powerpc/include/aout_machdep.h
--- a/sys/arch/powerpc/include/aout_machdep.h   Mon Oct 28 17:25:14 2002 +0000
+++ b/sys/arch/powerpc/include/aout_machdep.h   Mon Oct 28 18:00:40 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aout_machdep.h,v 1.3 2001/02/09 15:54:18 wiz Exp $     */
+/*     $NetBSD: aout_machdep.h,v 1.4 2002/10/28 18:00:40 manu Exp $    */
 
 /*-
  * Copyright (C) 1995 Wolfgang Solfrank.
@@ -30,8 +30,8 @@
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-#ifndef        _MACH_EXEC_H_
-#define        _MACH_EXEC_H_
+#ifndef        _POWERPC_AOUT_MACHDEP_H_
+#define        _POWERPC_AOUT_MACHDEP_H_
 
 #include <machine/reloc.h>
 
@@ -51,4 +51,4 @@
 
 #define        __LDPGSZ        4096
 
-#endif /* _MACH_EXEC_H_ */
+#endif /* _POWERPC_AOUT_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index