diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:38:38 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:38:38 -0400 |
commit | 5035741fd4cb4918957064a8c9ded9c7c31b4e22 (patch) | |
tree | ba43d82ee25902799cbc0330646ce8b32e26307d /xkb/ddxLoad.c | |
parent | bd8bd2c700e6ccac53b47c45766c0a3a08a59344 (diff) |
Unifdef __osf__
Diffstat (limited to 'xkb/ddxLoad.c')
-rw-r--r-- | xkb/ddxLoad.c | 2 |
1 files changed, 1 insertions, 1 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 |