aboutsummaryrefslogtreecommitdiff
path: root/dns/totd/files/patch-totd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns/totd/files/patch-totd.c')
-rw-r--r--dns/totd/files/patch-totd.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/totd/files/patch-totd.c b/dns/totd/files/patch-totd.c
new file mode 100644
index 000000000000..0c537b6b2551
--- /dev/null
+++ b/dns/totd/files/patch-totd.c
@@ -0,0 +1,11 @@
+--- totd.c.orig Wed Feb 2 12:10:31 2005
++++ totd.c Wed Apr 12 14:56:16 2006
+@@ -504,7 +504,7 @@
+ tvp = &tv_out;
+ if (T.debug > 2)
+ syslog (LOG_DEBUG, "next timeout after %ld s.",
+- tv_out.tv_sec);
++ (long)tv_out.tv_sec);
+ }
+ }
+