Date: Fri, 23 Mar 2001 13:19:57 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: alfred@freebsd.org Cc: current@freebsd.org Subject: tell me why this isn't just plain wrong? Message-ID: <Pine.BSF.4.21.0103231318400.88815-100000@beppo.feral.com>
next in thread | raw e-mail | index | archive | help
src/lib/libc/rpc/key_call.c:
#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
Uh, Alpha?
-matt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103231318400.88815-100000>
