OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/lib/stdio.in.h
2 +++ b/lib/stdio.in.h
3 office 3 @@ -719,13 +719,6 @@
1 office 4 # endif
5 #endif
6  
7 -/* It is very rare that the developer ever has full control of stdin,
8 - so any use of gets warrants an unconditional warning; besides, C11
9 - removed it. */
10 -#undef gets
3 office 11 -#if HAVE_RAW_DECL_GETS
1 office 12 -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
13 -#endif
3 office 14  
15  
1 office 16 #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@