$NetBSD: patch-as,v 1.6 2005/01/27 16:22:37 adam Exp $ --- faxd/Class2Send.c++.orig 2004-11-23 18:11:02.000000000 +0000 +++ faxd/Class2Send.c++ @@ -450,7 +450,7 @@ Class2Modem::sendPageData(TIFF* tif, u_i uint32* stripbytecount; (void) TIFFGetField(tif, TIFFTAG_STRIPBYTECOUNTS, &stripbytecount); tstrip_t strip; - u_long totdata = 0; + uint32 totdata = 0; for (strip = 0; strip < nstrips; strip++) totdata += stripbytecount[strip]; /*