[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 775] Re: IPV4 and ALTQ 3.0 on NetBSD 1.5
Thank You very much.
Now It's O.K.
Dne so 31. b?ezen 2001 19:01 jste napsal(a):
> > > > Can I compile the userland tools without
> > > > support IPv6 and how ?
> > >
> > > "make SYS_DEFINES=" should work.
> >
> > bash-2.04# make SYS_DEFINES=
> > all ===> libaltq
> > cc -g -Wall -Wpointer-arith -Wcast-qual -Wmissing-prototypes -ansi -I.
> > -I/usr/src/sys-altq -DALTQ -c parser.c
> > In file included from parser.c:50:
> > if_nameindex.h:7: redefinition of `struct if_nameindex'
> > *** Error code 1
> >
> > Stop.
> > *** Error code 1
>
> Aha, now I remember why I decided to make IPv6 default :)
>
> Back then, I couldn't find a clean way to support all the different
> IPv6 configurations.
> You can remove "#include if_nameindex.h" or just ignore the warning
> message you had.
>
> -Kenjiro