BSD/OS 3.x and 4.x no longer define ___386BSD__ (which really existed

only for backward compatibility with the old Jolitz BSD releases).
Anyways, this patch makes it compile again.
Thanks to Bert Driehuis <driehuis@playbeing.org>.
This commit is contained in:
ramiro%netscape.com 1998-09-06 19:42:08 +00:00
parent d2b577e14a
commit f031b93280

View File

@ -1960,6 +1960,8 @@ build_user_agent_string(char *versionLocale)
strcat (buf, "NetBSD");
#elif defined(__386BSD__)
strcat (buf, "BSD/386");
#elif defined(__bsdi__)
strcat (buf, "BSD/OS");
#elif defined(__osf__)
strcat (buf, "OSF1");
#elif defined(AIXV3)