fix compiler warnings

Include all nessecary headers, use the correct format strings and don't
redefine _GNU_SOURCE.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
Christoph Hellwig
2008-12-31 12:52:05 +01:00
committed by Christoph Hellwig
parent 9890a9a98f
commit 68f67d9c74
8 changed files with 19 additions and 11 deletions
+1
View File
@@ -41,6 +41,7 @@
#include <string.h>
#include <errno.h>
#include <getopt.h>
#include <stdlib.h>
char * Progname;