After a comment from Rod Grimes about buf.h, I went back and looked at this

and found that swapinfo doesn't need that include file and five others (!).
Sheesh.
This commit is contained in:
dg 1994-10-05 10:20:17 +00:00
parent 713ebe3ac8
commit 82fae818f5

View File

@ -8,16 +8,10 @@
* Kevin Lahey, February 16, 1993
*/
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/termios.h>
#include <sys/stat.h>
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/rlist.h>
#include <nlist.h>