Skip to content
Snippets Groups Projects
Commit 703e5d02 authored by rswindell's avatar rswindell
Browse files

Eliminated version for Linux revision information (for cosmetic reasons).

parent 5d164531
No related branches found
No related tags found
No related merge requests found
......@@ -117,10 +117,9 @@ void sbbs_t::ver()
if(uname(&unixver)!=0)
sprintf(str,"Unix (uname errno: %d)",errno);
else
sprintf(str,"%s %s %s %s"
sprintf(str,"%s %s %s"
,unixver.sysname /* e.g. "Linux" */
,unixver.release /* e.g. "2.2.14-5.0" */
,unixver.version /* e.g. "#1 Tue Mar 7 20:53:41 EST 2000" */
,unixver.machine /* e.g. "i586" */
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment