From 2867b68bc3d7cdb1bb7b9f8367e4aa0b2fa765f4 Mon Sep 17 00:00:00 2001 From: elad Date: Sun, 14 May 2006 21:42:26 +0000 Subject: integrate kauth. --- sys/dev/ata/ata_raid_adaptec.c | 5 +++-- sys/dev/ata/ata_raid_promise.c | 5 +++-- sys/dev/ata/ld_ataraid.c | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'sys/dev/ata') diff --git a/sys/dev/ata/ata_raid_adaptec.c b/sys/dev/ata/ata_raid_adaptec.c index 39f9697b80e..46316aababd 100644 --- a/sys/dev/ata/ata_raid_adaptec.c +++ b/sys/dev/ata/ata_raid_adaptec.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata_raid_adaptec.c,v 1.4 2006/03/28 17:38:29 thorpej Exp $ */ +/* $NetBSD: ata_raid_adaptec.c,v 1.5 2006/05/14 21:42:26 elad Exp $ */ /*- * Copyright (c) 2000,2001,2002 Søren Schmidt @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ata_raid_adaptec.c,v 1.4 2006/03/28 17:38:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata_raid_adaptec.c,v 1.5 2006/05/14 21:42:26 elad Exp $"); #include #include @@ -47,6 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: ata_raid_adaptec.c,v 1.4 2006/03/28 17:38:29 thorpej #include #include #include +#include #include diff --git a/sys/dev/ata/ata_raid_promise.c b/sys/dev/ata/ata_raid_promise.c index 5fb0f4a4b2b..3c4fa855e96 100644 --- a/sys/dev/ata/ata_raid_promise.c +++ b/sys/dev/ata/ata_raid_promise.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata_raid_promise.c,v 1.7 2006/03/28 17:38:29 thorpej Exp $ */ +/* $NetBSD: ata_raid_promise.c,v 1.8 2006/05/14 21:42:26 elad Exp $ */ /*- * Copyright (c) 2000,2001,2002 Søren Schmidt @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ata_raid_promise.c,v 1.7 2006/03/28 17:38:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata_raid_promise.c,v 1.8 2006/05/14 21:42:26 elad Exp $"); #include #include @@ -47,6 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: ata_raid_promise.c,v 1.7 2006/03/28 17:38:29 thorpej #include #include #include +#include #include diff --git a/sys/dev/ata/ld_ataraid.c b/sys/dev/ata/ld_ataraid.c index d382e5d6729..6bf46463b41 100644 --- a/sys/dev/ata/ld_ataraid.c +++ b/sys/dev/ata/ld_ataraid.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_ataraid.c,v 1.15 2006/03/28 17:38:29 thorpej Exp $ */ +/* $NetBSD: ld_ataraid.c,v 1.16 2006/05/14 21:42:26 elad Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.15 2006/03/28 17:38:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.16 2006/05/14 21:42:26 elad Exp $"); #include "rnd.h" @@ -62,6 +62,7 @@ __KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.15 2006/03/28 17:38:29 thorpej Exp #include #include #include +#include #if NRND > 0 #include #endif -- cgit