1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.

This commit is contained in:
Poul-Henning Kamp 2002-09-14 18:58:36 +00:00
parent c1e2d3866f
commit 296bbb4cfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103327

View File

@ -52,10 +52,9 @@
#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/bus.h>
#if __FreeBSD_version > 500000
#include <sys/bio.h>
#endif
#if __FreeBSD_version < 500000
#include <sys/buf.h>
#endif
#include <machine/clock.h> /* for DELAY */
#include <machine/resource.h>
#include <machine/bus.h>