about summary refs log tree commit diff
path: root/Src/Modules/tcp.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-26 12:06:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-26 12:06:38 +0000
commit6d798f67001b480d2fc031fc858634e9dc3fe159 (patch)
treeffa695a75dc096df9ca4801189099a73fd6f7656 /Src/Modules/tcp.c
parentf1a55ddaa932520e637207973320f4e96b709131 (diff)
downloadzsh-6d798f67001b480d2fc031fc858634e9dc3fe159.tar.gz
zsh-6d798f67001b480d2fc031fc858634e9dc3fe159.tar.xz
zsh-6d798f67001b480d2fc031fc858634e9dc3fe159.zip
16172: freehostent -> zfreehostent to avoid name clash
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 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)
 {
 }