--- projects/libstatgrab/src/libstatgrab/tools.c 2004/04/04 23:55:48 1.37 +++ projects/libstatgrab/src/libstatgrab/tools.c 2004/04/05 00:01:48 1.38 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.c,v 1.37 2004/04/04 23:55:48 ats Exp $ + * $Id: tools.c,v 1.38 2004/04/05 00:01:48 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -74,7 +74,7 @@ static mapping_t *mapping = NULL; #endif #ifdef SOLARIS -char *get_svr_from_bsd(char *bsd){ +const char *get_svr_from_bsd(const char *bsd){ #ifdef HAVE_LIBDEVINFO_H mapping_t *map_ptr; for(map_ptr = mapping; map_ptr != NULL; map_ptr = map_ptr->next)