$NetBSD: patch-af,v 1.1 2000/12/27 00:55:04 wiz Exp $ --- resample.c.orig Fri Sep 1 18:08:24 2000 +++ resample.c @@ -180,7 +180,7 @@ resample_t r = (resample_t) effp->priv; LONG Xoff, gcdrate; int i; - extern long st_gcd(P2(long a,long b)); + extern LONG st_gcd(P2(LONG a,LONG b)); r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;