diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:40:02 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:40:02 +0100 |
commit | 0887b201eceedaa95bbd5f91dbceaba160ade01b (patch) | |
tree | d5968befe902d8ef9835560b8f6311c7612461e3 /FICS | |
parent | 683964b3eb5b37cb9e67a52d9650b5ba2785893c (diff) |
Deleted ifndef
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/stdinclude.h | 6 |
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 */ - |