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 2000-08-24 20:22:44 +00:00
parent fb1e663787
commit e2457b0273

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>