From: Jim Meyering Date: Wed, 5 Apr 2000 14:57:36 +0000 (+0000) Subject: (canon_host): Declare strdup. Required for ultrix4.3. X-Git-Tag: FILEUTILS-4_0r~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=594b06988b3627d992d8d468e13f4db5cf61a7dd;p=thirdparty%2Fcoreutils.git (canon_host): Declare strdup. Required for ultrix4.3. --- diff --git a/lib/canon-host.c b/lib/canon-host.c index 0c7eac4f06..9d968a0359 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -1,6 +1,6 @@ /* Host name canonicalization - Copyright (C) 1995, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2000 Free Software Foundation, Inc. Written by Miles Bader @@ -43,6 +43,7 @@ # include #endif +char *strdup (); void free (); /* Returns the canonical hostname associated with HOST (allocated in a static