The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / popt / 0001-no-wchar.patch
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
7  
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 @*/