Commit 96ebe3fcc8535763bc422eedef0a661d1bd61b03

Jim Meyering 2006-11-22T23:48:30

Work around a compile-time error from the HP-UX 11.00 /bin/cc. * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name. (fts_read): Use a temporary to narrow the overused st_size member before using it in a switch statement. Reported by Matthew Woehlke.