Christian Recktenwald <[EMAIL PROTECTED]> wrote: > two bugs on compiling cpio 2.6 for freebsd 5.4: > - function "isnumber" in src/userspec.c is a libc function
It was fixed long ago in repository. > - "alloca" in src/userspec.c and src/makepath.c may not become overridden > with __builtin_alloca because it's defined inside alloca.h > > added #ifdef __FreeBSD__ ... Yes, actually the whole #ifdef..#endif block is useless there, now that gnulib is used. Thank you. -Sergey _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
