diff options
| author | yamt <yamt@NetBSD.org> | 2004-10-28 07:07:35 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2004-10-28 07:07:35 +0000 |
| commit | 05f25dcc2aa59e68ab39db93cfe0f643b1d82418 (patch) | |
| tree | 6fb17d81a81b26b2e704ff504f504c860d47bfb9 /sys/dev/raidframe | |
| parent | 043a545875d3fb1c0d349c3a5aace47eb3df1dd8 (diff) | |
move buffer queue related stuffs from buf.h to their own header, bufq.h.
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 1a922c1adf7..d0cdb194dd9 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.181 2004/10/15 06:41:35 thorpej Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.182 2004/10/28 07:07:44 yamt Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -146,7 +146,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.181 2004/10/15 06:41:35 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.182 2004/10/28 07:07:44 yamt Exp $"); #include <sys/param.h> #include <sys/errno.h> @@ -165,6 +165,7 @@ __KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.181 2004/10/15 06:41:35 thorpej #include <sys/conf.h> #include <sys/lock.h> #include <sys/buf.h> +#include <sys/bufq.h> #include <sys/user.h> #include <sys/reboot.h> |
