зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5a05803c8b
Коммит
05938d1eea
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче