Subject: Re: fstat derivations?
To: None <david@fundy.ca>
From: Christoph Badura <bad@oreilly.de>
List: tech-kern
Date: 11/29/1999 12:45:41
david@fundy.ca (David Maxwell) writes:
>warning: reference to compatibility stat(); include <sys/stat.h> to generate correct reference

Maybe I'm missing something, but why don't you include <sys/stat.h> as the
warning directs you?  Or are you calling stat() directly from M3?
In that case you probably need to find out what stat() et. al. are currently
__RENAME()d to in the system header files and use that symbol.

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)