summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fidogate/patches/patch-an')
-rw-r--r--comms/fidogate/patches/patch-an20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/fidogate/patches/patch-an b/comms/fidogate/patches/patch-an
new file mode 100644
index 00000000000..8a41a458fdb
--- /dev/null
+++ b/comms/fidogate/patches/patch-an
@@ -0,0 +1,20 @@
+$NetBSD: patch-an,v 1.4 2001/03/19 13:23:36 dmcmahill Exp $
+
+alpha fixes...
+
+--- src/tick/ftnhatch.c.orig Fri Nov 17 16:18:08 2000
++++ src/tick/ftnhatch.c Mon Mar 19 07:50:57 2001
+@@ -100,5 +100,5 @@
+
+ debug(4, "file: name=%s size=%ld time=%ld crc=%08lx",
+- file_name, file_size, file_time, file_crc);
++ file_name, file_size, (long) file_time, file_crc);
+
+ /*
+@@ -119,5 +119,5 @@
+ tic.size = file_size;
+ tl_appendf(&tic.path, "%s %ld %s",
+- znf1(cf_addr()), now, date(NULL, &now) );
++ znf1(cf_addr()), (long) now, date(NULL, &now) );
+ lon_add(&tic.seenby, cf_addr());
+ lon_join(&tic.seenby, &bbs->nodes);