hamachi.c problems under 2.2.14?
James Manning
jmm@computer.org
Thu Apr 6 15:21:42 2000
[ted@serreyn.com]
> ./hamachi.o: unresolved symbol best_memset
>
> /* memset(hmp, 0, sizeof(*hmp)); */
>
> If I comment it out, it does compile and insmod correctly and appears to be
> working, although my counters look wierd.
I don't see best_memset in the kernel sources I have for 2.2.14, so all I
can assume is your version has a #define memset best_memset or something
similar... You can toss that (the above memset() line is quite valid :)
The counters look weird as they default to some random values instead of
0 (since the memset never ran to zero out the memory)
James
| To unsubscribe, send mail to Majordomo@cesdis.gsfc.nasa.gov, and within the
| body of the mail, include only the text:
| unsubscribe this-list-name youraddress@wherever.org
| You will be unsubscribed as speedily as possible.