sys/buf.h needs to have included sys/systm.h for spl prototypes.

This commit is contained in:
Brian Feldman 1999-07-03 04:56:57 +00:00
parent 1e9e99efc0
commit 6989d53551
2 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/imgact.h>
#include <sys/imgact_elf.h>

View File

@ -6,9 +6,9 @@
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/imgact.h>
#include <sys/imgact_elf.h>