summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fidogate/patches/patch-aq')
-rw-r--r--comms/fidogate/patches/patch-aq10
1 files changed, 6 insertions, 4 deletions
diff --git a/comms/fidogate/patches/patch-aq b/comms/fidogate/patches/patch-aq
index 18a5d824a1f..0094e9f252b 100644
--- a/comms/fidogate/patches/patch-aq
+++ b/comms/fidogate/patches/patch-aq
@@ -1,8 +1,9 @@
-$NetBSD: patch-aq,v 1.1 2001/03/19 13:23:36 dmcmahill Exp $
+$NetBSD: patch-aq,v 1.2 2004/08/23 15:18:02 tv Exp $
---- src/toss/history.c.orig Fri Nov 17 16:18:08 2000
-+++ src/toss/history.c Mon Mar 19 08:18:47 2001
-@@ -152,6 +152,6 @@
+--- src/toss/history.c.orig 2003-02-16 10:39:02.000000000 -0500
++++ src/toss/history.c
+@@ -151,8 +151,8 @@ static int hi_write_t(time_t t, time_t m
+ }
/* Write MSGID line to history text file */
- debug(7, "history: offset=%ld: %s %ld", offset, msgid, t);
@@ -11,3 +12,4 @@ $NetBSD: patch-aq,v 1.1 2001/03/19 13:23:36 dmcmahill Exp $
+ ret = fprintf(hi_file, "%s\t%ld\n", msgid, (long) t);
if (ret == ERROR || fflush(hi_file) == ERROR)
{
+ log("$ERROR: write to MSGID history failed");