Do not include <sys/clist.h>, it's not used in NetBSD at all.
This commit is contained in:
parent
910c7664b3
commit
b3abfee038
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.175 2002/09/19 10:37:59 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -46,7 +46,7 @@
|
|||
#include "opt_compat_netbsd.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.175 2002/09/19 10:37:59 ragge Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -59,7 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $"
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/msgbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.117 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.118 2002/09/19 10:38:00 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -56,7 +56,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.9 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.10 2002/09/19 10:38:01 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -53,7 +53,6 @@
|
|||
#include <sys/systm.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/exec.h>
|
||||
#include <sys/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.161 2002/09/19 10:38:01 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.161 2002/09/19 10:38:01 ragge Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_compat_hpux.h"
|
||||
|
@ -54,7 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $"
|
|||
#include <sys/systm.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/exec.h>
|
||||
#include <sys/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.24 2002/09/19 10:38:01 ragge Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.24 2002/09/19 10:38:01 ragge Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
|
@ -52,7 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $")
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.279 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.280 2002/09/19 10:38:02 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -87,7 +87,6 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/core.h>
|
||||
#include <sys/exec.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Exp $ */
|
||||
/* $NetBSD: mips_machdep.c,v 1.151 2002/09/19 10:38:02 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2002 Wasabi Systems, Inc.
|
||||
|
@ -120,7 +120,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.151 2002/09/19 10:38:02 ragge Exp $");
|
||||
|
||||
#include "opt_cputype.h"
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
@ -133,7 +133,6 @@ __KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Ex
|
|||
#include <sys/mount.h> /* fsid_t for syscallargs */
|
||||
#include <sys/proc.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/signalvar.h>
|
||||
#include <sys/syscallargs.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.92 2002/09/10 21:10:18 scw Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.93 2002/09/19 10:38:03 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -56,7 +56,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/msgbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.52 2002/09/11 01:46:34 mycroft Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.53 2002/09/19 10:38:03 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -57,7 +57,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.201 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.202 2002/09/19 10:38:03 ragge Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -99,7 +99,6 @@
|
|||
#include <sys/kernel.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.125 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.126 2002/09/19 10:38:04 ragge Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -99,7 +99,6 @@
|
|||
#include <sys/kernel.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.17 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.18 2002/09/19 10:38:04 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Matthew Fredette.
|
||||
|
@ -137,7 +137,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/extent.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.157 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.158 2002/09/19 10:38:04 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||
|
@ -55,7 +55,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.81 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.82 2002/09/19 10:38:05 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -53,7 +53,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: qv.c,v 1.8 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: qv.c,v 1.9 2002/09/19 10:38:05 ragge Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1988
|
||||
|
@ -140,7 +140,6 @@
|
|||
#include "sys/map.h"
|
||||
#include "sys/buf.h"
|
||||
#include "sys/vm.h"
|
||||
#include "sys/clist.h"
|
||||
#include "sys/file.h"
|
||||
#include "sys/uio.h"
|
||||
#include "sys/kernel.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.107 2002/09/06 13:18:43 gehenna Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.108 2002/09/19 10:38:05 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -62,7 +62,6 @@
|
|||
#include <sys/reboot.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/clist.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/msgbuf.h>
|
||||
|
|
Loading…
Reference in New Issue