Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove

it to try and get world building again.  (sys/conf.h now depends on
sys/types.h)
This commit is contained in:
Peter Wemm 2000-08-24 20:22:44 +00:00
parent cb2b40a0b4
commit 540bc8d6e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65062

View file

@ -44,7 +44,6 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/stat.h>