$NetBSD: patch-at,v 1.1 2001/05/10 21:00:34 dmcmahill Exp $ fix type mismatch on 64 bit machines --- faxd/FaxModem.h.orig Mon Feb 5 01:32:57 2001 +++ faxd/FaxModem.h Thu May 10 16:48:05 2001 @@ -145,5 +145,5 @@ * Correct if neccessary Phase C (T.4) data (remove extra RTC etc.) */ - void correctPhaseCData(u_char* buf, u_long* pBufSize, + void correctPhaseCData(u_char* buf, uint32* pBufSize, u_int fillorder, const Class2Params& params); public: