Re: small patch

Kevin Fu <[email protected]> Sat, 07 May 2005 15:10:02 -0400
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
Hi there,

Thanks for the fix.  Committed to CVS, but only tested on MacOS 10.3.9.

Cheers,
-Kevin

Jaakko Niemi wrote:
>  Hello,
> 
>  With current cvs, I needed the patch below to get 
>  things compile on powerpc, as definations of
>  __backtrace differ.. 
> 
> --- async/stktrace.c.orig       2005-05-06 15:41:48.000000000 +0300
> +++ async/stktrace.c    2005-05-06 15:42:12.000000000 +0300
> @@ -144,7 +144,7 @@
>  #else /* !gcc 2 || !i386 */
>  
>  const char *
> -__backtrace (const char *file)
> +__backtrace (const char *file, int lim)
>  {
>    return file;
>  }
> 
>