Hi, I just received a bug report against an old stat version but also looked into the up-to-date (6.10) one that fixed most of it. However, I wonder whether line 550 in stat.c
out_int (pformat, prefix_len, statfsbuf->f_files); should better be out_uint (pformat, prefix_len, statfsbuf->f_files); At least my header files seem to suggest that f_files is unsigned. Didn't spend much time checking in detail though. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [email protected] Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL! _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
