Subject: Re: mbrlabel bug
To: Wolfgang Solfrank <ws@tools.de>
From: Adam Ciarcinski <adam@pulstar.albedo.com.pl>
List: current-users
Date: 11/25/1998 20:29:39
> For the record, the line originally reads:
> 
> 	off_t loff = (off_t)off * DEV_BSIZE;

	off_t loff = off * DEV_BSIZE;
also works. :)


> What compiler is used on the 68k ports?  Does this show on other ports
> using the same compiler?

It's gcc 2.7.2.2

	byebye

		- Adam