Subject: Re: CVS commit: basesrc/sbin/dump
To: None <itojun@iijlab.net>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 11/17/2002 14:43:53
In article <20021117050639.4C2AA4B22@coconut.itojun.org>
itojun@iijlab.net wrote:

> >sbin/disklabel/printlabel.c
> 
> 	can't fix this one by just replacing (int) into (unsigned long),
> 	since sizeof() is used to pass field width to "%*s" printf format
> 	string - so int has to be passed.  if we want to be really picky
> 	we need to declare intermediate int variable, or check if sizeof()
> 	is smaller than or equal to INT_MAX.

Ah, Ok, I just list them from silly grep(1) output. I'll punt it to you.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp