Fixup warnings and undefined operations that show up in gcc-3.1

-Erik
This commit is contained in:
Eric Andersen
2002-07-11 11:11:56 +00:00
parent cafc103230
commit 2276d83639
11 changed files with 26 additions and 16 deletions

View File

@ -36,6 +36,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <arpa/telnet.h>
#include <sys/types.h>