diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-19 16:50:16 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-19 16:50:16 +0000 |
| commit | b97e4c213657b6c9df4ae396f9d2828a50af8492 (patch) | |
| tree | f768efcde4208add7a34e54918b492ecb3ac54d7 /sys/dev/raidframe | |
| parent | 20ba6d6368bef79687679970e1e29c31f9f1a1f8 (diff) | |
Merge the nathanw_sa branch.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 23045819c20..fb59a593cdd 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.151 2002/11/21 15:37:55 oster Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.152 2003/01/19 16:52:55 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -114,11 +114,12 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.151 2002/11/21 15:37:55 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.152 2003/01/19 16:52:55 thorpej Exp $"); #include <sys/param.h> #include <sys/errno.h> #include <sys/pool.h> +#include <sys/proc.h> #include <sys/queue.h> #include <sys/disk.h> #include <sys/device.h> |
