oops! include arp.h and ppp.h even if _LOCORE defined
This commit is contained in:
parent
202af8ae4a
commit
ca8479389a
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: netisr.h,v 1.21 2000/07/02 17:40:18 sommerfeld Exp $ */
|
/* $NetBSD: netisr.h,v 1.22 2000/07/02 19:58:31 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1980, 1986, 1989, 1993
|
* Copyright (c) 1980, 1986, 1989, 1993
|
||||||
@ -58,6 +58,8 @@
|
|||||||
#include "opt_iso.h"
|
#include "opt_iso.h"
|
||||||
#include "opt_ns.h"
|
#include "opt_ns.h"
|
||||||
#include "opt_natm.h"
|
#include "opt_natm.h"
|
||||||
|
#include "arp.h"
|
||||||
|
#include "ppp.h"
|
||||||
|
|
||||||
#if !defined(_LOCORE)
|
#if !defined(_LOCORE)
|
||||||
|
|
||||||
@ -73,7 +75,6 @@
|
|||||||
#ifdef INET
|
#ifdef INET
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netinet/ip_var.h>
|
#include <netinet/ip_var.h>
|
||||||
#include "arp.h"
|
|
||||||
#if NARP > 0
|
#if NARP > 0
|
||||||
#include <netinet/if_inarp.h>
|
#include <netinet/if_inarp.h>
|
||||||
#endif
|
#endif
|
||||||
@ -101,7 +102,6 @@
|
|||||||
#ifdef NETATALK
|
#ifdef NETATALK
|
||||||
#include <netatalk/at_extern.h>
|
#include <netatalk/at_extern.h>
|
||||||
#endif
|
#endif
|
||||||
#include "ppp.h"
|
|
||||||
#if NPPP > 0
|
#if NPPP > 0
|
||||||
#include <net/ppp_defs.h>
|
#include <net/ppp_defs.h>
|
||||||
#include <net/if_ppp.h>
|
#include <net/if_ppp.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user