Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Add an "#ifndef NIXPCOM" check so that th...
details: https://anonhg.NetBSD.org/src/rev/d8b987f05d1f
branches: trunk
changeset: 534193:d8b987f05d1f
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Jul 20 00:26:51 2002 +0000
description:
Add an "#ifndef NIXPCOM" check so that this builds on non-evbarm.
diffstat:
sys/arch/arm/arm32/conf.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r dde7615365db -r d8b987f05d1f sys/arch/arm/arm32/conf.c
--- a/sys/arch/arm/arm32/conf.c Sat Jul 20 00:03:08 2002 +0000
+++ b/sys/arch/arm/arm32/conf.c Sat Jul 20 00:26:51 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.14 2002/07/19 16:38:17 thorpej Exp $ */
+/* $NetBSD: conf.c,v 1.15 2002/07/20 00:26:51 simonb Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -144,6 +144,10 @@
#ifndef NPLCOM
#define NPLCOM 0
#endif
+/*#include "ixpcom.h"*/
+#ifndef NIXPCOM
+#define NIXPCOM 0
+#endif
/*
* From this point, these need to be MI foo.h files.
Home |
Main Index |
Thread Index |
Old Index