]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-stdio.patch
- use proper syntax for _noautoreq_perl
[packages/amanda.git] / amanda-stdio.patch
1 diff --git a/gnulib/stdio.in.h b/gnulib/stdio.in.h
2 index 80b9dbf..dc2dc9a 100644
3 --- a/gnulib/stdio.in.h
4 +++ b/gnulib/stdio.in.h
5 @@ -140,8 +140,8 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
6  /* It is very rare that the developer ever has full control of stdin,
7     so any use of gets warrants an unconditional warning.  Assume it is
8     always declared, since it is required by C89.  */
9 -#undef gets
10 -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
11 +//#undef gets
12 +//_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
13  
14  #if @GNULIB_FOPEN@
15  # if @REPLACE_FOPEN@
This page took 0.044411 seconds and 3 git commands to generate.