$NetBSD: patch-ab,v 1.6 2006/07/16 22:37:49 seb Exp $ --- libmaa/maaP.h.orig 2006-01-02 10:42:04.000000000 +0000 +++ libmaa/maaP.h @@ -41,8 +41,10 @@ # pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ +# if !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__NetBSD__) char *alloca (); # endif +# endif # endif #endif