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
551 B

Index: Makefile.in
--- Makefile.in.orig 2009-11-22 22:15:50 +0100
+++ Makefile.in 2009-11-22 23:32:11 +0100
@@ -1,6 +1,6 @@
CC = @CC@
DEFS = @DEFS@
-CFLAGS = @CFLAGS@ $(DEFS)
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEFS)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
EXE = @EXEEXT@
Index: log.c
--- log.c.orig 2009-11-22 22:15:50 +0100
+++ log.c 2009-11-22 23:31:20 +0100
@@ -30,6 +30,7 @@
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
+#include <limits.h>
int Verbose = 3, Log = STDERR_FILENO, ErrorOccurred = 0;
extern char *Prefix;