Print this page
make: avo_alloca.h works around a very old Solaris bug, delete it

@@ -37,11 +37,11 @@
  */
 
 /*
  * Included files
  */
-#include <avo/avo_alloca.h>             /* alloca() */
+#include <alloca.h>             /* alloca() */
 #include <ar.h>
 #include <errno.h>              /* errno */
 #include <fcntl.h>              /* open() */
 #include <mk/defs.h>
 #include <mksh/misc.h>          /* retmem_mb() */