diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 01:41:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 01:41:07 +0100 |
commit | d307e67d7961dafb6ee4fe8be86765437ce0ff54 (patch) | |
tree | a6b4990e9d5fb45adff7e8ea880625b7e6e794b8 /FICS | |
parent | de9a9a08e9d5a2ff26aa3c9060071f8a2ddb978c (diff) |
Deleted lines
Diffstat (limited to 'FICS')
-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) { |