[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02701) Re: problems with sctp
In article <200312121723.52914.mtortonesi@xxxxxxxxxxxx> (at Fri, 12 Dec 2003 17:23:52 +0100), Mauro Tortonesi <mtortonesi@xxxxxxxxxxxx> says:
> gcc -D__KERNEL__
> -I/mnt/disk2/mauro/usagi/usagisnap20031208/kernel/linux24/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=ipv6 -c -o ipv6.o ipv6.c
> ipv6.c:118:49: macro "ICMP6_INC_STATS_BH" requires 2 arguments, but only 1
> given
> ipv6.c: In function `sctp_v6_err':
> ipv6.c:118: `ICMP6_INC_STATS_BH' undeclared (first use in this function)
> ipv6.c:118: (Each undeclared identifier is reported only once
> ipv6.c:118: for each function it appears in.)
> ipv6.c: In function `sctp_v6_get_saddr':
> ipv6.c:269: too few arguments to function `ipv6_get_saddr'
:
Fixed. thank you.
--yoshfuji