$NetBSD: patch-aj,v 1.5 2003/09/23 21:39:48 abs Exp $ --- faxd/FaxModem.c++.orig Sun Feb 9 02:22:49 2003 +++ faxd/FaxModem.c++ @@ -823,7 +823,7 @@ u_char* MemoryDecoder::cutExtraRTC() } void -FaxModem::correctPhaseCData(u_char* buf, u_long* pBufSize, +FaxModem::correctPhaseCData(u_char* buf, uint32* pBufSize, u_int fillorder, const Class2Params& params) { MemoryDecoder dec1(buf, params.pageWidth(), *pBufSize, fillorder, params.is2D());