summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-03-24 00:07:06 +0000
committeralfred <alfred@FreeBSD.org>2001-03-24 00:07:06 +0000
commitb64f865520bd90a2f86e40bb06f9e6ecf4bfb0a5 (patch)
treeb5dc5f6d4fd3fe2094ad77c603382801f367e1e6 /lib/libc
parenta66e868d5c1139c4e5fb0ef723b0b667ab25ea9e (diff)
downloadFreeBSD-src-b64f865520bd90a2f86e40bb06f9e6ecf4bfb0a5.zip
FreeBSD-src-b64f865520bd90a2f86e40bb06f9e6ecf4bfb0a5.tar.gz
fix Alpha support
Diffstat (limited to 'lib/libc')
-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