Commit 76575047 authored by mcafee%netscape.com's avatar mcafee%netscape.com
Browse files

Adding uname -s entry for Rhapsody

parent df1a90ea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1968,6 +1968,8 @@ build_user_agent_string(char *versionLocale)
	strcat (buf, "SINIX-N");
#elif defined(DGUX)
        strcat (buf, "DG/UX");
#elif defined(RHAPSODY)
        strcat (buf, "Rhapsody");
#else
	ERROR!! run "uname -s" and put the result here.
#endif