summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:38:38 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:38:38 -0400
commit5035741fd4cb4918957064a8c9ded9c7c31b4e22 (patch)
treeba43d82ee25902799cbc0330646ce8b32e26307d
parentbd8bd2c700e6ccac53b47c45766c0a3a08a59344 (diff)
Unifdef __osf__
-rw-r--r--xkb/ddxLoad.c2
-rw-r--r--xkb/xkbInit.c2
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 <X11/extensions/XI.h>
#include "xkb.h"
-#if defined(CSRG_BASED) || defined(linux) || defined(__osf__) || defined(__GNU__)
+#if defined(CSRG_BASED) || defined(linux) || defined(__GNU__)
#include <paths.h>
#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