From e49c6b0d673fec46519e3c6fb4150480026f7025 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 10 Dec 2023 01:00:00 +0100 Subject: Deleted junk --- FICS/utils.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'FICS/utils.c') diff --git a/FICS/utils.c b/FICS/utils.c index 125a22e..d6a93a9 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -571,14 +571,6 @@ PUBLIC int printablestring(char *str) return 1; } - -/*#if defined(SGI) -#else*/ -/* This version of strdup must be used, or the count of allocs - in "uptime" will omit them. Maybe we change the name to - rstrdup and replace all calls, if the name is causing a conflict - with anyone's libraries. --mann -*/ PUBLIC char *strdup(const char *str) { char *tmp; @@ -589,7 +581,6 @@ PUBLIC char *strdup(const char *str) strcpy(tmp, str); return tmp; } -/*#endif*/ PUBLIC char *hms_desc(int t) { -- cgit v1.2.3