зеркало из https://github.com/mozilla/pjs.git
Adding uname -s entry for Rhapsody
This commit is contained in:
Родитель
9ab3b31cc3
Коммит
0550a411da
|
@ -1967,7 +1967,9 @@ build_user_agent_string(char *versionLocale)
|
|||
#elif defined(SNI)
|
||||
strcat (buf, "SINIX-N");
|
||||
#elif defined(DGUX)
|
||||
strcat (buf, "DG/UX");
|
||||
strcat (buf, "DG/UX");
|
||||
#elif defined(RHAPSODY)
|
||||
strcat (buf, "Rhapsody");
|
||||
#else
|
||||
ERROR!! run "uname -s" and put the result here.
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче