Hi,
The error message says it all: > gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I../include -c radzap.c > radzap.c: In function `do_packet': > radzap.c:347: warning: implicit declaration of function `bzero' bzero is a standard library call, man bzero reveals that it needs to '#include <strings.h>' like in so many other places.... > gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall > -D_GNU_SOURCE > -DNDEBUG -I../include -c radclient.c > radclient.c: In function `readvp': > radclient.c:93: warning: passing arg 2 of `pairread' from incompatible > pointer type > radclient.c: In function `send_packet': > radclient.c:149: warning: implicit declaration of function `bzero' same here. Regards, Nico Baggus ----------------------------------------------------------------- ATTENTION: The information in this electronic mail message is private and confidential, and only intended for the addressee. Should you receive this message by mistake, you are hereby notified that any disclosure, reproduction, distribution or use of this message is strictly prohibited. Please inform the sender by reply transmission and delete the message without copying or opening it. Messages and attachments are scanned for all viruses known. If this message contains password-protected attachments, the files have NOT been scanned for viruses by the ING mail domain. Always scan attachments before opening them. ----------------------------------------------------------------- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
