From f859f6a737df43805988f21a7004ccd010a3b34d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 29 Jun 2001 21:52:06 +0000 Subject: Give RB_NOSYM a non-conflicting value here too. --- sys/arch/mvme88k/include/prom.h | 4 ++-- 1 file 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__ -- cgit v1.2.3