Subject: mbrlabel bug
To: None <current-users@netbsd.org>
From: Adam Ciarcinski <adam@pulstar.albedo.com.pl>
List: current-users
Date: 11/25/1998 11:35:20
Hi,

mbrlabel fails while building on MC68xxx machines (at least).
I've changed 'mbrlabel.c' (line 142) to:

	off_t loff = (off_t)(off * DEV_BSIZE);

and it seems to be okay.  :)

	regards

		- Adam