From b01865d73ae2e9f628986400afad63e557721bdb Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Mon, 27 Jun 2005 06:44:41 -0700
Subject: [PATCH] [svn] Doc fix: timegm is not only available on Linux.

---
 src/cmpt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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.