OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/lib/stdio.in.h 1 --- a/lib/stdio.in.h
2 +++ b/lib/stdio.in.h 2 +++ b/lib/stdio.in.h
3 @@ -739,14 +739,6 @@ _GL_WARN_ON_USE (getline, "getline is un 3 @@ -719,13 +719,6 @@
4 # endif 4 # endif
5 #endif 5 #endif
Line 6... Line 6...
6 6
7 -/* It is very rare that the developer ever has full control of stdin, 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 8 - so any use of gets warrants an unconditional warning; besides, C11
9 - removed it. */ 9 - removed it. */
10 -#undef gets 10 -#undef gets
11 -#if HAVE_RAW_DECL_GETS && !defined __cplusplus 11 -#if HAVE_RAW_DECL_GETS
12 -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); 12 -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-   13 -#endif
13 -#endif 14
14 - 15
15 #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ -  
16 struct obstack; -