Added code to handle BSDI's 4.3 net-2 funky uname call. Netscape was using
authoretheisen <etheisen@openbsd.org>
Fri, 2 Feb 1996 22:45:44 +0000 (22:45 +0000)
committeretheisen <etheisen@openbsd.org>
Fri, 2 Feb 1996 22:45:44 +0000 (22:45 +0000)
commitdffa89ad789e638fcd4f89f871a7a157918979e2
treeb62e6f51a8827bffa492ff016f638995e1fe2f74
parent3f11ed92f24a3a7ae9a15a3350849887dc26f234
Added code to handle BSDI's 4.3 net-2 funky uname call.  Netscape was using
this to determine system name.  Failure of this call caused netscape to
print "uname() failed" on app startup.  Also affected netscape mail headers
and http sysname.  Code taken from FreeBSD with minor mods.  Good work
guys.  Let the world, or at the very least, netscape, know that you use
OpenBSD.  Include COMPAT_43 in kernel config to enable functionality.
sys/compat/common/kern_info_43.c