Made portability improvement Libisofs_avoid_using_allocA unconditional.

This commit is contained in:
2009-04-07 12:07:48 +02:00
parent d8d2709de9
commit dd1cde0379
3 changed files with 1 additions and 55 deletions

View File

@ -5034,14 +5034,7 @@ struct burn_source {
/* ----------------------------- Bug Fixes ----------------------------- */
/* Portability: Avoid use of function alloca().
Solaris demands to include <alloca,h>, FreeBSD has no such
file. It seems wiser to replace alloca() by calloc() and free()
*/
#define Libisofs_avoid_using_allocA yes
/* currently none being tested */
/* ---------------------------- Improvements --------------------------- */