Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2001 15:07:17 +0100 (MET)
From:      j@uriah.heep.sax.de (Joerg Wunsch)
To:        freebsd-current@freebsd.org
Subject:   Re: [PATCH] if_ar and if_sr compile problem
Message-ID:  <200112281407.fBSE7Hu49627@uriah.heep.sax.de>
References:  <3C2BBDEF.492478F@digisle.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Maksim Yevmenkin <myevmenk@digisle.net> wrote:

> it looks like if_ar and if_sr modules will not compile
> unless you have enabled NETGRAPH. patches are simple and
> attached.

Sorry for the breakage, yes.

>  #include <sys/syslog.h>
>  #include <dev/ar/if_ar.h>
>  #else /* NETGRAPH */
> +#include <netinet/in.h>
> +#include <netinet/in_systm.h>
> +#include <netinet/ip.h>
> +#include <net/slcompress.h>

I'll probably solve it differently so no low-level driver needs to
include all those header files.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112281407.fBSE7Hu49627>