btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / popt / 0001-no-wchar.patch
blob161165e72c1b9384337d087fbde5e1d332ffcf93
1 diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c
2 --- popt-1.14_vanilla/popthelp.c 2008-03-27 17:33:08.000000000 +0000
3 +++ popt-1.14_no-wchar/popthelp.c 2008-04-10 05:44:43.000000000 +0000
4 @@ -15,7 +15,7 @@
5 #include <sys/ioctl.h>
6 #endif
8 -#define POPT_WCHAR_HACK
9 +/* #define POPT_WCHAR_HACK */
10 #ifdef POPT_WCHAR_HACK
11 #include <wchar.h> /* for mbsrtowcs */
12 /*@access mbstate_t @*/