diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-06 13:04:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-06 13:04:50 +0000 |
commit | b9ba08e368f903d81afba933feaa950de465df72 (patch) | |
tree | 24db64501d2dd04e0b2b5d0b2023c8b0abf0d6f3 | |
parent | a7bed0741ae2480785649c4789732724420c37fd (diff) | |
download | coreutils-b9ba08e368f903d81afba933feaa950de465df72.tar.xz |
(strdup): Remove unused declaration.
-rw-r--r-- | lib/canon-host.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/canon-host.c b/lib/canon-host.c index 74c36f6f7..2025a7aa8 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -46,10 +46,6 @@ # include <arpa/inet.h> #endif -#ifndef strdup -char *strdup (); -#endif - /* Returns the canonical hostname associated with HOST (allocated in a static buffer), or 0 if it can't be determined. */ char * |