diff options
Diffstat (limited to 'FICS/utils.c')
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 3cf08c0..125a22e 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -43,7 +43,7 @@ #if defined(SGI) #else -int gettimeofday(struct timeval * tp, struct timezone * tzp); +//int gettimeofday(struct timeval * tp, struct timezone * tzp); #endif PUBLIC int count_lines(FILE *fp) |