summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-an
blob: 8a41a458fdbe4423b1ee099300fae3bddbb24477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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);