diff options
-rw-r--r-- | FICS/utils.c | 9 |
1 files changed, 0 insertions, 9 deletions
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) { |