aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/stdinclude.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-09 17:40:02 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-09 17:40:02 +0100
commit0887b201eceedaa95bbd5f91dbceaba160ade01b (patch)
treed5968befe902d8ef9835560b8f6311c7612461e3 /FICS/stdinclude.h
parent683964b3eb5b37cb9e67a52d9650b5ba2785893c (diff)
Deleted ifndef
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r--FICS/stdinclude.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h
index b41870e..4998512 100644
--- a/FICS/stdinclude.h
+++ b/FICS/stdinclude.h
@@ -129,15 +129,9 @@ extern int fprintf(FILE *, char *, ...);
extern int printf(char *, ...);
#endif
-
-#ifndef NETBSD
-//extern char *crypt (char *key, char *salt);
-#endif
-
extern time_t time(time_t *);
extern int rand(void);
extern int close(int);
extern size_t malloc_size(void *ptr);
#endif /* _STDINCLUDE_H */
-