summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-06-29 21:52:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-06-29 21:52:06 +0000
commitf859f6a737df43805988f21a7004ccd010a3b34d (patch)
treec70b1174199ea4cc530a525a47e893af9c7db75a /sys
parentea3bfaf6702beee76da363cc49a89b0f791d2b72 (diff)
Give RB_NOSYM a non-conflicting value here too.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/include/prom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/prom.h b/sys/arch/mvme88k/include/prom.h
index 2fd9b7a3ec0..418cffd5dff 100644
--- a/sys/arch/mvme88k/include/prom.h
+++ b/sys/arch/mvme88k/include/prom.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: prom.h,v 1.6 2001/01/15 19:50:38 deraadt Exp $ */
+/* $OpenBSD: prom.h,v 1.7 2001/06/29 21:52:05 miod Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -175,6 +175,6 @@ struct mvmeprom_args {
#define MVMEPROM_REG_NBARGEND "r11"
#ifndef RB_NOSYM
-#define RB_NOSYM 0x400
+#define RB_NOSYM 0x4000
#endif
#endif __MACHINE_PROM_H__