1 --- libedit-20120311-3.0/src/chartype.h 2012-03-11 10:54:58.000000000 +0100
2 +++ libedit-20120311-3.0/src/chartype.h 2012-05-03 19:00:20.651847423 +0200
4 /* Oh for a <uchar.h> with char32_t and __STDC_UTF_32__ in it...
5 * ref: ISO/IEC DTR 19769
8 #if WCHAR_MAX < INT32_MAX
9 #warning Build environment does not support non-BMP characters
14 wchar_t *wcsdup(const wchar_t *s);
15 --- libedit-20120311-3.0/src/editline/readline.h 2011-02-26 23:42:59.000000000 +0100
16 +++ libedit-20120311-3.0/src/editline/readline.h 2012-05-03 19:00:49.211244803 +0200
17 @@ -75,7 +75,7 @@ typedef KEYMAP_ENTRY *Keymap;
20 #include <sys/ioctl.h>
21 -#if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
22 +#if !defined(__sun) && !defined(__hpux) && !defined(_AIX) && !defined(__CYGWIN__)
23 #include <sys/ttydefaults.h>