Try a full prototype for alloca() for those systems that need it.
authorWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:34:36 +0000 (01:34 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:34:36 +0000 (01:34 +0000)
popt/system.h

index 6f496ed..a2dec86 100644 (file)
@@ -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