diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 01:00:00 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 01:00:00 +0100 |
commit | e49c6b0d673fec46519e3c6fb4150480026f7025 (patch) | |
tree | ed4903f367cb5616d93e02088bef6531af7da278 /FICS | |
parent | a4f20d953ea64ada896862bce53bad3fabaa7c90 (diff) |
Deleted junk
Diffstat (limited to 'FICS')
-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) { |