include <machine/cpu.h> not <machine/mtpr.h>
This commit is contained in:
parent
900084ce24
commit
a939028310
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)raw_cb.c 7.11 (Berkeley) 6/28/90
|
||||
* $Id: raw_cb.c,v 1.4 1993/12/18 00:41:00 mycroft Exp $
|
||||
* $Id: raw_cb.c,v 1.5 1994/01/16 02:22:51 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <machine/mtpr.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
/*
|
||||
* Routines to manage the raw protocol control blocks.
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)raw_usrreq.c 7.9 (Berkeley) 6/28/90
|
||||
* $Id: raw_usrreq.c,v 1.5 1994/01/06 14:00:35 deraadt Exp $
|
||||
* $Id: raw_usrreq.c,v 1.6 1994/01/16 02:22:54 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -47,7 +47,7 @@
|
||||
#include <net/netisr.h>
|
||||
#include <net/raw_cb.h>
|
||||
|
||||
#include <machine/mtpr.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
/*
|
||||
* Initialize raw connection block q.
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)route.c 7.22 (Berkeley) 6/27/91
|
||||
* $Id: route.c,v 1.5 1993/12/18 00:41:03 mycroft Exp $
|
||||
* $Id: route.c,v 1.6 1994/01/16 02:22:56 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -57,7 +57,7 @@
|
||||
#include <netns/ns.h>
|
||||
#endif
|
||||
|
||||
#include <machine/mtpr.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#define SA(p) ((struct sockaddr *)(p))
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)rtsock.c 7.18 (Berkeley) 6/27/91
|
||||
* $Id: rtsock.c,v 1.5 1993/12/18 00:41:04 mycroft Exp $
|
||||
* $Id: rtsock.c,v 1.6 1994/01/16 02:22:57 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -48,7 +48,7 @@
|
||||
#include <net/route.h>
|
||||
#include <net/raw_cb.h>
|
||||
|
||||
#include <machine/mtpr.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
struct sockaddr route_dst = { 2, PF_ROUTE, };
|
||||
struct sockaddr route_src = { 2, PF_ROUTE, };
|
||||
|
Loading…
Reference in New Issue
Block a user