diff options
Diffstat (limited to 'Src/Modules/tcp.c')
-rw-r--r-- | Src/Modules/tcp.c | 2 |
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) { } |