diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:16:28 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:16:32 +0100 |
commit | 36087e1869145e15424c1557f92353a5ad1c18ee (patch) | |
tree | e05bad4b72f08ad9bf2ee80294678e0ec8529296 /FICS/stdinclude.h | |
parent | 3d6927d8796096b1c808a6ef06912bdf7fe7da04 (diff) |
Fixed conflicting declarations
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 2 |
1 files changed, 1 insertions, 1 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 *); |