changeset 2401:6071194de054

(canon_host): Declare strdup. Required for ultrix4.3.
author Jim Meyering <jim@meyering.net>
date Wed, 05 Apr 2000 14:57:36 +0000
parents 4de5eb3790dd
children 41c51e2e9170
files lib/canon-host.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <miles@gnu.ai.mit.edu>
 
@@ -43,6 +43,7 @@
 # include <arpa/inet.h>
 #endif
 
+char *strdup ();
 void free ();
 
 /* Returns the canonical hostname associated with HOST (allocated in a static