python/hypothesis: update to 6.122.3
[oi-userland.git] / components / network / lftp / patches / 01-fix-fictive-headers.patch
blob793d70b805f31d73344f4403a42a328d79efe5f9
1 --- lib/stdio.in.h.orig Sat Nov 4 16:38:18 2017
2 +++ lib/stdio.in.h Sat Nov 4 16:39:04 2017
3 @@ -743,7 +743,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 && !defined __cplusplus
8 +#if HAVE_RAW_DECL_GETS && !defined __cplusplus && !defined (__sun)
9 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
10 #endif