On Tue, 30 Dec 2003, Tom Greaser wrote: > i can make the module for redhat 9 just fine... but it goes crazy with > as 3 > If anyone can point in a direction (other than google.. been doing that > for two days) id be thankfull
> ip_wccp.c: In function `ip_wccp_init': > ip_wccp.c:118: too few arguments to function > `inet_add_protocol_Rsmp_dc5483d7' > ip_wccp.c: In function `ip_wccp_fini': > ip_wccp.c:124: too few arguments to function > `inet_del_protocol_Rsmp_23842692' Seems the Linux kernel in RedHat AS3 has changed the ined_add_protocol() and inet_del_protocol() functions. You need to figure out in what manner the use of these functions differ from the standard kernel and adjust the ip_wccp.c source accordingly. Regards Henrik