You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
608 B

Index: Makefile.in
--- Makefile.in.orig 2011-01-19 23:15:21.000000000 +0100
+++ Makefile.in 2011-01-20 11:58:00.000000000 +0100
@@ -1,6 +1,6 @@
CC = @CC@
DEFS = @DEFS@
-CFLAGS = @CFLAGS@ $(DEFS) -I@srcdir@ -I.
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEFS) -I@srcdir@ -I.
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
EXE = @EXEEXT@
Index: log.c
--- log.c.orig 2011-01-19 23:15:21.000000000 +0100
+++ log.c 2011-01-20 11:57:37.000000000 +0100
@@ -36,6 +36,7 @@
#endif
#include <sys/types.h>
#include <unistd.h>
+#include <limits.h>
int Verbose = 3, Log = STDERR_FILENO, ErrorOccurred = 0;
extern char *Prefix;