[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] cpio 2.6 patch for freebsd 5
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] cpio 2.6 patch for freebsd 5 |
Date: |
Mon, 04 Jul 2005 18:45:13 +0300 |
Christian Recktenwald <address@hidden> 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