]> git.pld-linux.org Git - packages/amanda.git/blame - amanda-stdio.patch
- added STABLE-MOUNTPOINT option for lvm snapshots
[packages/amanda.git] / amanda-stdio.patch
CommitLineData
158a8a0c
JR
1diff --git a/gnulib/stdio.in.h b/gnulib/stdio.in.h
2index 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.027842 seconds and 4 git commands to generate.