But when I make it, there was an error.
The error infomation is as follows:
...
ld -r tcp_vs_ctl.o misc.o tcp_vs_sched.o tcp_vs.o -o
ktcpvs.o
tcp_vs.o: In function
`tcp_vs_conn_create':
/ktcpvs-2.2.15/tcp_vs.c:72: multiple definition of
`__module_kernel_version'
tcp_vs_sched.o:/ktcpvs-2.2.15/tcp_vs_sched.c:79:
first defined here
tcp_vs.o: In function
`tcp_vs_conn_create':
/ktcpvs-2.2.15/tcp_vs.c:75: multiple definition of
`__module_using_checksums'
tcp_vs_sched.o:/ktcpvs-2.2.15/tcp_vs_sched.c:82:
first defined here
make: *** [ktcpvs.o] Error 1
I don't know what the wrong is.
What's the meaning of `__module_kernel_version' &
`__module_using_checksums'.
When and how to use them ?
Could you help me ?
By the way, could you give me some advices when I modify
the ktcpvs from kernel2.4.3 to kernel2.2.15 ?
Thanks a lot.
Best regards.
Lisj.