Subject: beware the moving includes!
To: None <netbsd-ports@sun-lamp.CS.Berkeley.EDU>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: netbsd-ports
Date: 11/11/1993 21:24:21
people working on hp300- or i386-derived ports should note that the files:
	/sys/specdev.h
	/sys/fifo.h

have moved into
	/sys/miscfs/specfs/specdev.h
	/sys/miscfs/fifofs/fifo.h

i'd change the includes which include them to read:
#include "miscfs/XXXXfs/XXXXXXXX.h"
where the XXX's are whatever's appropriate.

a better solution would be to upgrade your tree to 'magnum' specs,
and bracket all of your includes with <>'s.

people working on other ports will notice the problem, if it's a
problem for them.  8-)


chris

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