--- projects/libstatgrab/src/libstatgrab/tools.c 2004/11/06 23:54:12 1.61 +++ projects/libstatgrab/src/libstatgrab/tools.c 2004/11/07 12:34:24 1.62 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.c,v 1.61 2004/11/06 23:54:12 tdb Exp $ + * $Id: tools.c,v 1.62 2004/11/07 12:34:24 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -294,7 +294,7 @@ char *sg_get_string_match(char *line, regmatch_t *matc return match_string; } -/* FIXME do Linux and Cygwin always have atoll? */ +/* Cygwin (without a recent newlib) doesn't have atoll */ #ifndef HAVE_ATOLL static long long atoll(const char *s) { long long value = 0;