need vm/vm.h
This commit is contained in:
parent
7526e115b9
commit
12c6ff514b
|
@ -42,7 +42,7 @@
|
|||
* @(#)bwtwo.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
* from: Header: bwtwo.c,v 1.14 92/11/26 02:28:04 torek Exp
|
||||
* $Id: bwtwo.c,v 1.2 1993/10/11 02:45:49 deraadt Exp $
|
||||
* $Id: bwtwo.c,v 1.3 1994/07/04 21:37:20 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -58,6 +58,8 @@
|
|||
#include <sys/mman.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/fbio.h>
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
* %W% (Berkeley) %G%
|
||||
*
|
||||
* from: Header: cgsix.c,v 1.2 93/10/18 00:01:51 torek Exp
|
||||
* $Id: cgsix.c,v 1.3 1994/05/07 01:14:39 deraadt Exp $
|
||||
* $Id: cgsix.c,v 1.4 1994/07/04 21:37:22 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -67,6 +67,8 @@
|
|||
#include <sys/syslog.h>
|
||||
#endif
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
#include <machine/fbvar.h>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
* %W% (Berkeley) %G%
|
||||
*
|
||||
* from: Header: cgthree.c,v 1.8 93/10/31 05:09:24 torek Exp
|
||||
* $Id: cgthree.c,v 1.5 1994/04/13 11:01:58 deraadt Exp $
|
||||
* $Id: cgthree.c,v 1.6 1994/07/04 21:37:25 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -61,6 +61,8 @@
|
|||
#include <sys/mman.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/fbio.h>
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*
|
||||
* from: Header: if_le.c,v 1.25 93/10/31 04:47:50 leres Locked
|
||||
* from: @(#)if_le.c 8.2 (Berkeley) 10/30/93
|
||||
* $Id: if_le.c,v 1.9 1994/07/02 01:10:05 deraadt Exp $
|
||||
* $Id: if_le.c,v 1.10 1994/07/04 21:37:27 deraadt Exp $
|
||||
*/
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
@ -52,6 +52,8 @@
|
|||
#include <sys/malloc.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/netisr.h>
|
||||
#include <net/route.h>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
* @(#)bwtwo.c 8.1 (Berkeley) 6/11/93
|
||||
*
|
||||
* from: Header: bwtwo.c,v 1.14 92/11/26 02:28:04 torek Exp
|
||||
* $Id: bwtwo.c,v 1.2 1993/10/11 02:45:49 deraadt Exp $
|
||||
* $Id: bwtwo.c,v 1.3 1994/07/04 21:37:20 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -58,6 +58,8 @@
|
|||
#include <sys/mman.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/fbio.h>
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
* %W% (Berkeley) %G%
|
||||
*
|
||||
* from: Header: cgsix.c,v 1.2 93/10/18 00:01:51 torek Exp
|
||||
* $Id: cgsix.c,v 1.3 1994/05/07 01:14:39 deraadt Exp $
|
||||
* $Id: cgsix.c,v 1.4 1994/07/04 21:37:22 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -67,6 +67,8 @@
|
|||
#include <sys/syslog.h>
|
||||
#endif
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
#include <machine/fbvar.h>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
* %W% (Berkeley) %G%
|
||||
*
|
||||
* from: Header: cgthree.c,v 1.8 93/10/31 05:09:24 torek Exp
|
||||
* $Id: cgthree.c,v 1.5 1994/04/13 11:01:58 deraadt Exp $
|
||||
* $Id: cgthree.c,v 1.6 1994/07/04 21:37:25 deraadt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -61,6 +61,8 @@
|
|||
#include <sys/mman.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <machine/fbio.h>
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/pmap.h>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*
|
||||
* from: Header: if_le.c,v 1.25 93/10/31 04:47:50 leres Locked
|
||||
* from: @(#)if_le.c 8.2 (Berkeley) 10/30/93
|
||||
* $Id: if_le.c,v 1.9 1994/07/02 01:10:05 deraadt Exp $
|
||||
* $Id: if_le.c,v 1.10 1994/07/04 21:37:27 deraadt Exp $
|
||||
*/
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
@ -52,6 +52,8 @@
|
|||
#include <sys/malloc.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/netisr.h>
|
||||
#include <net/route.h>
|
||||
|
|
Loading…
Reference in New Issue