I installed the dns snippet, but I get these compiling errors:
Compiling o/comm.o....
comm.c: In function `new_descriptor':
comm.c:787: warning: unused variable `from'
comm.c: In function `close_socket':
comm.c:953: warning: implicit declaration of function `waitpid'
Compiling o/comments.o....
Any thoughts?
SmaugFUSS /XP/SP2
Compiling o/comm.o....
comm.c: In function `new_descriptor':
comm.c:787: warning: unused variable `from'
comm.c: In function `close_socket':
comm.c:953: warning: implicit declaration of function `waitpid'
Compiling o/comments.o....
struct sockaddr_in sock;
struct hostent *from; <--- 787
int desc;
kill( dclose->ipid, SIGKILL );
waitpid( dclose->ipid, &status, 0 ); <--- 953Any thoughts?
SmaugFUSS /XP/SP2