diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 18:37:45 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 18:37:45 -0800 |
commit | e4f767913338052527538d429931e8abd8c3fb88 (patch) | |
tree | f49cde8cf8a991af2fc671ef6569b769e5db1855 /xkbcomp.c | |
parent | bd1103ef3cfef9cfed645566f944a69e7ca568b4 (diff) |
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbcomp.c')
-rw-r--r-- | xkbcomp.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -47,9 +47,6 @@ #include "tokens.h" #include <X11/extensions/XKBgeom.h> -#ifdef __UNIXOS2__ -#define chdir _chdir2 -#endif #ifdef WIN32 #define S_IRGRP 0 |