diff options
-rw-r--r-- | FICS/utils.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 955d56f..257afaa 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -30,21 +30,6 @@ #include "network.h" #include "rmalloc.h" #include "config.h" -#if defined(SYSTEM_SUN4) -/* #include <sys/vfs.h> */ -#endif - -/* -#include <sys/types.h> -#include <netinet/in.h> -#include <arpa/nameser.h> -#include <resolv.h> -*/ - -#if defined(SGI) -#else -//int gettimeofday(struct timeval * tp, struct timezone * tzp); -#endif PUBLIC int count_lines(FILE *fp) { |