freebsd-ports/sysutils/logstalgia/files/patch-src__logentry.h
Emanuel Haupt 2d7512a8a1 Fix build on i386 by using time_t instead of long for a timestamp.
Notified by:	pointyhat (via erwin)
2011-10-31 22:42:52 +00:00

11 lines
291 B
C++

--- ./src/logentry.h.orig 2011-02-16 00:52:06.000000000 +0100
+++ ./src/logentry.h 2011-10-31 23:20:56.000000000 +0100
@@ -41,7 +41,7 @@
void setSuccess();
void setResponseColour();
- long timestamp;
+ time_t timestamp;
std::string hostname;
std::string vhost;