Work around a compile-time error from the HP-UX 11.00 /bin/cc.
authorJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 23:48:30 +0000 (23:48 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 23:48:30 +0000 (23:48 +0000)
commit96ebe3fcc8535763bc422eedef0a661d1bd61b03
tree847d0490618ccd2c7b2f948ec7cdd6e3bd2237c9
parent12fc1667599dab52348d05d5670078f373c3667b
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.
ChangeLog
lib/fts.c