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 | |
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')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc/dev/fd.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xd.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 3 |
4 files changed, 8 insertions, 4 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 */ diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c index ede25b1f2ea..6e3b8214e25 100644 --- a/sys/arch/sparc/dev/fd.c +++ b/sys/arch/sparc/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.69 2010/04/23 15:25:21 jsing Exp $ */ +/* $OpenBSD: fd.c,v 1.70 2010/05/23 10:49:19 dlg Exp $ */ /* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */ /*- @@ -89,6 +89,7 @@ #include <sys/queue.h> #include <sys/conf.h> #include <sys/timeout.h> +#include <sys/dkio.h> #include <dev/cons.h> diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index 78c20da2b54..be6e2d52c10 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.47 2009/09/05 15:37:04 deraadt Exp $ */ +/* $OpenBSD: xd.c,v 1.48 2010/05/23 10:49:19 dlg Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -75,6 +75,7 @@ #include <sys/dkbad.h> #include <sys/conf.h> #include <sys/timeout.h> +#include <sys/dkio.h> #include <uvm/uvm_extern.h> diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index 754597b47d6..afabb170bec 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.44 2009/09/05 15:37:04 deraadt Exp $ */ +/* $OpenBSD: xy.c,v 1.45 2010/05/23 10:49:19 dlg Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -75,6 +75,7 @@ #include <sys/dkbad.h> #include <sys/conf.h> #include <sys/timeout.h> +#include <sys/dkio.h> #include <uvm/uvm_extern.h> |