genfile.c calls a couple of functions without declaring them, which is
a no-no in C99 and one of my compilers complained about it.  I
installed this into paxutils:

2005-11-04  Paul Eggert  <[EMAIL PROTECTED]>

        * tests/genfile.c: Include getdate.h and setenv.h; needed for C99
        conformance, to declare the function prototypes.

--- genfile.c   23 Jun 2005 12:18:26 -0000      1.10
+++ genfile.c   4 Nov 2005 22:02:32 -0000       1.11
@@ -28,6 +28,8 @@
 #include <argmatch.h>
 #include <argp.h>
 #include <argcv.h>
+#include <getdate.h>
+#include <setenv.h>
 #include <utimens.h>
 #include <inttostr.h>
 


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to