--- projects/libstatgrab/src/libstatgrab/os_info.c 2004/04/06 14:52:58 1.16 +++ projects/libstatgrab/src/libstatgrab/os_info.c 2004/04/07 14:53:40 1.17 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: os_info.c,v 1.16 2004/04/06 14:52:58 tdb Exp $ + * $Id: os_info.c,v 1.17 2004/04/07 14:53:40 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -73,10 +73,10 @@ sg_host_info *sg_get_host_info(){ } general_stat.os_name = os.sysname; - general_stat.os_release = os.release; - general_stat.os_version = os.version; - general_stat.platform = os.machine; - general_stat.hostname = os.nodename; + general_stat.os_release = os.release; + general_stat.os_version = os.version; + general_stat.platform = os.machine; + general_stat.hostname = os.nodename; /* get uptime */ #ifdef SOLARIS