summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/netnamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/netnamer.c')
-rw-r--r--lib/libc/rpc/netnamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c
index 36fa3dc..6384f83 100644
--- a/lib/libc/rpc/netnamer.c
+++ b/lib/libc/rpc/netnamer.c
@@ -126,7 +126,7 @@ netname2user(netname, uidp, gidp, gidlenp, gidlist)
(void) strncpy(val, val1, 1024);
val[vallen] = 0;
- err = _rpc_get_default_domain(&domain); /* change to rpc */
+ err = __rpc_get_default_domain(&domain); /* change to rpc */
if (err)
return (0);
@@ -227,7 +227,7 @@ netname2host(netname, hostname, hostlen)
(void) strncpy(hostname, val, vallen);
hostname[vallen] = 0;
- err = _rpc_get_default_domain(&domain); /* change to rpc */
+ err = __rpc_get_default_domain(&domain); /* change to rpc */
if (err)
return (0);
OpenPOWER on IntegriCloud