sys/dkstat.h has been removed from OpenBSD and it's functionality actually lived/lives in sys/sched.h
This commit is contained in:
parent
018702e01e
commit
ae50bbe257
@ -10,8 +10,12 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/sched.h>
|
||||
#else
|
||||
#include <sys/dkstat.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__DragonFly__)
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user