summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_getmaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/pmap_getmaps.c')
-rw-r--r--lib/libc/rpc/pmap_getmaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c
index 06dabfe..777877b 100644
--- a/lib/libc/rpc/pmap_getmaps.c
+++ b/lib/libc/rpc/pmap_getmaps.c
@@ -80,7 +80,7 @@ pmap_getmaps(address)
CLNT_DESTROY(client);
}
if (socket != -1)
- (void)_libc_close(socket);
+ (void)_close(socket);
address->sin_port = 0;
return (head);
}
OpenPOWER on IntegriCloud