forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
291 B
C++
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;
|