Loading cmd/xfe/mozilla.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cmd/xfe/mozilla.c +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading