From 5035741fd4cb4918957064a8c9ded9c7c31b4e22 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 23 Jul 2008 13:38:38 -0400 Subject: [PATCH] Unifdef __osf__ --- xkb/ddxLoad.c | 2 +- xkb/xkbInit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index 25a07f066..fc49d998b 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -48,7 +48,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include "xkb.h" -#if defined(CSRG_BASED) || defined(linux) || defined(__osf__) || defined(__GNU__) +#if defined(CSRG_BASED) || defined(linux) || defined(__GNU__) #include #endif diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index 9033a1371..0b93e87d9 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -55,7 +55,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1) -#if defined(__osf__) || defined(__alpha) || defined(__alpha__) +#if defined(__alpha) || defined(__alpha__) #define LED_COMPOSE 2 #define LED_CAPS 3 #define LED_SCROLL 4