summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/key_call.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/key_call.c')
-rw-r--r--lib/libc/rpc/key_call.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/rpc/key_call.c b/lib/libc/rpc/key_call.c
index 8adb29d..287ca76 100644
--- a/lib/libc/rpc/key_call.c
+++ b/lib/libc/rpc/key_call.c
@@ -361,17 +361,7 @@ int vers;
return ((CLIENT *) NULL);
}
tpconf = NULL;
-#if defined(i386)
-#if defined(__FreeBSD__)
if (uname(&u) == -1)
-#else
- if (_nuname(&u) == -1)
-#endif
-#elif defined(sparc)
- if (_uname(&u) == -1)
-#else
-#error Unknown architecture!
-#endif
{
endnetconfig(localhandle);
return ((CLIENT *) NULL);
OpenPOWER on IntegriCloud