From 2a55dc74ef3037694ba75da801f0d801605499f0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Apr 2002 11:39:13 +0000 Subject: 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore freehostent() incorrectly removed in 16172. --- 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 9109ca7c1..eb4685b39 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 -zfreehostent(struct hostent *ptr) +freehostent(struct hostent *ptr) { } -- cgit 1.4.1