diff options
Diffstat (limited to 'xkbcomp')
-rw-r--r-- | xkbcomp/xkbcomp.c | 3 | ||||
-rw-r--r-- | xkbcomp/xkbpath.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/xkbcomp/xkbcomp.c b/xkbcomp/xkbcomp.c index 834c777ee..0dc5bc285 100644 --- a/xkbcomp/xkbcomp.c +++ b/xkbcomp/xkbcomp.c @@ -47,9 +47,6 @@ #include "tokens.h" #include <X11/extensions/XKBgeom.h> -#ifdef __UNIXOS2__ -#define chdir _chdir2 -#endif #ifdef WIN32 #define S_IRGRP 0 diff --git a/xkbcomp/xkbpath.c b/xkbcomp/xkbpath.c index f5b21e6b8..59f5645a5 100644 --- a/xkbcomp/xkbpath.c +++ b/xkbcomp/xkbpath.c @@ -214,9 +214,6 @@ XkbAddDirectoryToPath(const char *dir) XkbClearIncludePath(); return True; } -#ifdef __UNIXOS2__ - dir = (char *) __XOS2RedirRoot(dir); -#endif len = strlen(dir); if (len + 2 >= PATH_MAX) { /* allow for '/' and at least one character */ |