libassuan: build as xpg6
[unleashed-userland.git] / components / network / lftp / patches / fix-fictive-headers.patch
blob45dd7141774ed0d9c0ae936878d2cac8a94b7359
1 --- lib/stdio.in.h.~1~ 2014-04-22 11:10:38.992782552 +0400
2 +++ lib/stdio.in.h 2014-04-22 11:11:41.842523971 +0400
3 @@ -703,7 +703,7 @@
4 so any use of gets warrants an unconditional warning; besides, C11
5 removed it. */
6 #undef gets
7 -#if HAVE_RAW_DECL_GETS
8 +#if HAVE_RAW_DECL_GETS && ! defined (__sun)
9 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
10 #endif