aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/stdinclude.h2
-rw-r--r--FICS/utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h
index 295774e..7359767 100644
--- a/FICS/stdinclude.h
+++ b/FICS/stdinclude.h
@@ -131,7 +131,7 @@ extern int printf(char *, ...);
#ifndef NETBSD
-extern char *crypt (char *key, char *salt);
+//extern char *crypt (char *key, char *salt);
#endif
extern time_t time(time_t *);
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)