aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-03-24 00:07:06 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-03-24 00:07:06 +0000
commit5309da97160d6536da4fc1cb70064dc7059adfca (patch)
treeafdaaa36808b60a8d1b78d35732d6c34c90cdd36 /lib/libc/rpc
parentd2ef936949829c8ef9b5354f521df96998f2baad (diff)
downloadsrc-5309da97160d6536da4fc1cb70064dc7059adfca.tar.gz
src-5309da97160d6536da4fc1cb70064dc7059adfca.zip
fix Alpha support
Notes
Notes: svn path=/head/; revision=74710
Diffstat (limited to 'lib/libc/rpc')
-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 8adb29de1861..287ca76625f4 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);