From 6d798f67001b480d2fc031fc858634e9dc3fe159 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 26 Oct 2001 12:06:38 +0000 Subject: 16172: freehostent -> zfreehostent to avoid name clash --- Src/Modules/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/tcp.c') diff --git a/Src/Modules/tcp.c b/Src/Modules/tcp.c index 23c86053b..1fe813e3f 100644 --- a/Src/Modules/tcp.c +++ b/Src/Modules/tcp.c @@ -194,7 +194,7 @@ zsh_getipnodebyname(char const *name, int af, int flags, int *errorp) /**/ mod_export void -freehostent(struct hostent *ptr) +zfreehostent(struct hostent *ptr) { } -- cgit 1.4.1