about summary refs log tree commit diff
path: root/Src/Modules/tcp.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-04-18 11:39:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-04-18 11:39:13 +0000
commit2a55dc74ef3037694ba75da801f0d801605499f0 (patch)
treee768230258dd707569f85f3ac39988c01b10ac62 /Src/Modules/tcp.c
parent75eca01e4f1844f27e051d2c1fa64393e389deb6 (diff)
downloadzsh-2a55dc74ef3037694ba75da801f0d801605499f0.tar.gz
zsh-2a55dc74ef3037694ba75da801f0d801605499f0.tar.xz
zsh-2a55dc74ef3037694ba75da801f0d801605499f0.zip
17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
freehostent() incorrectly removed in 16172.
Diffstat (limited to 'Src/Modules/tcp.c')
-rw-r--r--Src/Modules/tcp.c2
1 files changed, 1 insertions, 1 deletions
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)
 {
 }