From: hniksic Date: Mon, 27 Jun 2005 13:44:41 +0000 (-0700) Subject: [svn] Doc fix: timegm is not only available on Linux. X-Git-Tag: v1.13~875 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b01865d73ae2e9f628986400afad63e557721bdb [svn] Doc fix: timegm is not only available on Linux. --- diff --git a/src/cmpt.c b/src/cmpt.c index 9589da86..b8d696e7 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -1222,8 +1222,8 @@ fnmatch (const char *pattern, const char *string, int flags) #endif /* not SYSTEM_FNMATCH */ #ifndef HAVE_TIMEGM -/* timegm is a GNU extension typically unavailable on non-glibc-based - platforms. */ +/* timegm is a GNU extension, but lately also available on *BSD and + possibly elsewhere. */ /* Inverse of gmtime: converts struct tm to time_t, assuming the data in tm is UTC rather than local timezone.