ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/os_info.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/os_info.c (file contents):
Revision 1.16 by tdb, Tue Apr 6 14:52:58 2004 UTC vs.
Revision 1.17 by tdb, Wed Apr 7 14:53:40 2004 UTC

# Line 73 | Line 73 | sg_host_info *sg_get_host_info(){
73          }
74          
75          general_stat.os_name = os.sysname;
76 <        general_stat.os_release = os.release;
77 <        general_stat.os_version = os.version;
78 <        general_stat.platform = os.machine;
79 <        general_stat.hostname = os.nodename;
76 >        general_stat.os_release = os.release;
77 >        general_stat.os_version = os.version;
78 >        general_stat.platform = os.machine;
79 >        general_stat.hostname = os.nodename;
80  
81          /* get uptime */
82   #ifdef SOLARIS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines