bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stat signed/unsigned


From: Michael Meskes
Subject: stat signed/unsigned
Date: Wed, 31 Dec 2008 15:07:18 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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: address@hidden
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]