Include the <sys/bufq.h> header to allow these to compile again.

This commit is contained in:
he 2004-10-31 12:52:55 +00:00
parent 6e71418936
commit 6ef865c900
7 changed files with 21 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mba.c,v 1.32 2003/07/15 02:15:01 lukem Exp $ */
/* $NetBSD: mba.c,v 1.33 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -38,13 +38,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mba.c,v 1.32 2003/07/15 02:15:01 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: mba.c,v 1.33 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/queue.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.81 2004/10/23 17:12:23 thorpej Exp $ */
/* $NetBSD: autoconf.c,v 1.82 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.81 2004/10/23 17:12:23 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.82 2004/10/31 12:52:55 he Exp $");
#include "opt_compat_netbsd.h"
@ -42,6 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.81 2004/10/23 17:12:23 thorpej Exp $"
#include <sys/reboot.h>
#include <sys/disk.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/conf.h>
#include <uvm/uvm_extern.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: kdb.c,v 1.34 2003/11/04 23:19:12 he Exp $ */
/* $NetBSD: kdb.c,v 1.35 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -40,11 +40,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kdb.c,v 1.34 2003/11/04 23:19:12 he Exp $");
__KERNEL_RCSID(0, "$NetBSD: kdb.c,v 1.35 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/user.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mscp.c,v 1.20 2003/08/07 16:31:08 agc Exp $ */
/* $NetBSD: mscp.c,v 1.21 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@ -76,10 +76,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mscp.c,v 1.20 2003/08/07 16:31:08 agc Exp $");
__KERNEL_RCSID(0, "$NetBSD: mscp.c,v 1.21 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mscp_disk.c,v 1.43 2004/09/25 16:44:30 thorpej Exp $ */
/* $NetBSD: mscp_disk.c,v 1.44 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -81,10 +81,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.43 2004/09/25 16:44:30 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.44 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/device.h>
#include <sys/disk.h>
#include <sys/disklabel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mscp_tape.c,v 1.21 2002/10/23 09:13:28 jdolecek Exp $ */
/* $NetBSD: mscp_tape.c,v 1.22 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -41,12 +41,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mscp_tape.c,v 1.21 2002/10/23 09:13:28 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: mscp_tape.c,v 1.22 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/kernel.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/ioccom.h>
#include <sys/mtio.h>
#include <sys/fcntl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uda.c,v 1.49 2003/08/07 16:31:18 agc Exp $ */
/* $NetBSD: uda.c,v 1.50 2004/10/31 12:52:55 he Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -76,13 +76,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uda.c,v 1.49 2003/08/07 16:31:18 agc Exp $");
__KERNEL_RCSID(0, "$NetBSD: uda.c,v 1.50 2004/10/31 12:52:55 he Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/buf.h>
#include <sys/bufq.h>
#include <sys/malloc.h>
#include <machine/bus.h>