Subject: Re: make kernel warnings: wd.c - 940206
To: None <current-users@sun-lamp.cs.berkeley.edu, tmc@netcom.com>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 02/08/1994 11:45:07
> Thanks Lennart.  I'll use the patch.  
Theo says he'll make a better one soon.

> passing arg 2 of `readdisklabel' from incompatible pointer type
readdisklabel expects its second argument to be a pointer to
a function returning void (i.e. nothing).  It is actually passed
a pointer to a functions returning an int.  But the way returning
stuff works in (most) C implementations this is harmless.

	-- Lennart

------------------------------------------------------------------------------