On Fri, 23 Apr 2004, Jim Meyering wrote: > Mikulas Patocka <[EMAIL PROTECTED]> wrote: > > > This patch fixes segmentation fault with ls on systems, where SIZE_MAX is > > different from -1. > > Thank you! > I suppose you noticed the actual segfault. > What type of system were you using?
It is incomplete kernel that I wrote myself. On Fri, 23 Apr 2004, Andreas Schwab wrote: > SIZE_MAX is required to be the same value as (size_t)-1, so if the latter > does not work it looks like a compiler bug. > > Andreas. Thanks, I fixed it in my header files. Mikulas _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
