--- projects/libstatgrab/src/libstatgrab/os_info.c 2004/02/16 14:55:32 1.14 +++ projects/libstatgrab/src/libstatgrab/os_info.c 2004/04/05 15:40:15 1.15 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: os_info.c,v 1.14 2004/02/16 14:55:32 tdb Exp $ + * $Id: os_info.c,v 1.15 2004/04/05 15:40:15 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -47,9 +47,9 @@ #include #endif -general_stat_t *get_general_stats(){ +sg_host_info *sg_get_host_info(){ - static general_stat_t general_stat; + static sg_host_info general_stat; static struct utsname os; #ifdef SOLARIS