small patch

Jaakko Niemi <[email protected]> Fri, 6 May 2005 15:45:23 +0300
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
 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;
 }