From: Wayne Davison Date: Thu, 9 Nov 2006 01:34:36 +0000 (+0000) Subject: Try a full prototype for alloca() for those systems that need it. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/574a24a2ec3cc1a3dcd18d74ec735d8d44da1965 Try a full prototype for alloca() for those systems that need it. --- diff --git a/popt/system.h b/popt/system.h index 6f496ed5..a2dec861 100644 --- a/popt/system.h +++ b/popt/system.h @@ -75,7 +75,7 @@ void * alloca (size_t __size) # else # ifdef HAVE_ALLOCA # ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); +char *alloca(size_t size); # endif # else # ifdef alloca