pkgsrc/sysutils/gnometoaster/patches/patch-datacopydlg_h
dholland 80eacd4928 Fix trivial broken build. Then, fix extensive but straightforward LP64
issues reported by gcc. PKGREVISION -> 6.
2011-10-02 01:20:55 +00:00

15 lines
400 B
Text

$NetBSD: patch-datacopydlg_h,v 1.1 2011/10/02 01:20:55 dholland Exp $
- fix severe time_t abuse
--- datacopydlg.h~ 2001-02-12 01:02:19.000000000 +0000
+++ datacopydlg.h
@@ -55,7 +55,7 @@ typedef struct
datacopydlg_threadinfo *threads[DATACOPYDLG_MAXTHREADS];
int bytessincelastmeasure;
- int lastmeasure;
+ time_t lastmeasure;
float currentthroughput;
} datacopydlg_dlginfo;