aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-03-12 10:36:53 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-03-12 10:36:53 +0000
commitd067ce208daaa90e7fc23e45928d30ed19d6e91e (patch)
tree97715144fddca50b406f60f2b3fe271128601506 /sys
parentfec4b7015ec663a8ab55528342af9723934de8b4 (diff)
downloadsrc-d067ce208daaa90e7fc23e45928d30ed19d6e91e.tar.gz
src-d067ce208daaa90e7fc23e45928d30ed19d6e91e.zip
Put back including sys/devicestat.h for 4-stable.
Notes
Notes: svn path=/head/; revision=112136
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/firewire/sbp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index be9193a795a0..0b665314c303 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -43,6 +43,9 @@
#include <machine/bus.h>
#include <sys/malloc.h>
+#if __FreeBSD_version < 500106
+#include <sys/devicestat.h> /* for struct devstat */
+#endif
#include <cam/cam.h>
#include <cam/cam_ccb.h>