Maksim Yevmenkin <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to