patch-ptyx_h 653 B

1234567891011
  1. --- xterm-325.orig/ptyx.h 2016-05-29 22:32:48.000000000 +0200
  2. +++ xterm-325/ptyx.h 2016-09-09 22:25:42.000000000 +0200
  3. @@ -176,7 +176,7 @@
  4. #define USE_PTY_DEVICE 1
  5. #define USE_PTY_SEARCH 1
  6. -#if defined(__osf__) || (defined(linux) && defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
  7. +#if defined(__osf__) || defined(linux) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
  8. #undef USE_PTY_DEVICE
  9. #undef USE_PTY_SEARCH
  10. #define USE_PTS_DEVICE 1