Adding uname -s entry for Rhapsody

This commit is contained in:
mcafee%netscape.com 1998-10-02 04:57:44 +00:00
Родитель df1a90ea33
Коммит 7657504774
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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