From 0887b201eceedaa95bbd5f91dbceaba160ade01b Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 9 Dec 2023 17:40:02 +0100 Subject: Deleted ifndef --- FICS/stdinclude.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'FICS/stdinclude.h') 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 */ - -- cgit v1.2.3