diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-05-23 10:49:20 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-05-23 10:49:20 +0000 |
commit | 5ba9dba4b735dc96a2a42fc42a248394b921d589 (patch) | |
tree | fee4963b89a507a457ccb20f9f491282da43c1fc /sys/arch/hp300/dev | |
parent | 8321362a5b0ef80b4c016b6b623a26b674e4ab40 (diff) |
add dkio.h to the last of the disk ioctl users i can find.
requested by deraadt@ who was rightly disparaging of my grep skillz.
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 7d383a501dd..5a87a5fa14e 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.60 2010/04/23 15:25:20 jsing Exp $ */ +/* $OpenBSD: hd.c,v 1.61 2010/05/23 10:49:19 dlg Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -58,6 +58,7 @@ #include <sys/proc.h> #include <sys/stat.h> #include <sys/syslog.h> +#include <sys/dkio.h> #include <ufs/ffs/fs.h> /* for BBSIZE and SBSIZE */ |