Remove inclusion of dkbad.h- seems like a bug, but I had a stale

dkbad.h in /usr/include/sys- the local build process shouldn't have
been happy with that, but not finding dkbad.h in ../../sys. Hmm.
This commit is contained in:
mjacob 2000-01-15 07:39:05 +00:00
parent 60824350aa
commit bb19c539c3

View File

@ -30,7 +30,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/types.h>
#include <sys/dkbad.h>
#include <sys/malloc.h>
#include <sys/fcntl.h>
#include <sys/stat.h>