From 36087e1869145e15424c1557f92353a5ad1c18ee Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 9 Dec 2023 13:16:28 +0100 Subject: Fixed conflicting declarations --- FICS/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/utils.c') 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) -- cgit v1.2.3