]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Remove obsolete mail address.
[wget] / src / cmpt.c
index 9589da868750a3ec400a9fae4d872cb12ad3d901..e86286b024f435a9818f20fe1be5bf89565dd281 100644 (file)
@@ -1222,8 +1222,8 @@ fnmatch (const char *pattern, const char *string, int flags)
 #endif /* not SYSTEM_FNMATCH */
 \f
 #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.
@@ -1254,10 +1254,9 @@ fnmatch (const char *pattern, const char *string, int flags)
      mktime(tm+o) --> t+2o
      t+o - (t+2o - t+o) = t
 
-   Contributed by Roger Beeman <beeman@cisco.com>, with the help of
-   Mark Baushke <mdb@cisco.com> and other experts at CISCO.  Further
-   improved by Roger with assistance from Edward J. Sabol based on
-   input by Jamie Zawinski.  */
+   Contributed by Roger Beeman, with the help of Mark Baushke and
+   other experts at CISCO.  Further improved by Roger with assistance
+   from Edward J. Sabol based on input by Jamie Zawinski.  */
 
 time_t
 timegm (struct tm *t)