+2003-09-29 Paul Eggert <eggert@twinsun.com>
+
+ * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
+ Fix arg typo in previous patch.
+
2003-09-28 Jim Meyering <jim@meyering.net>
* error.c: Correct cpp indentation.
measured in seconds, ignoring leap seconds. */
# define tm_diff ftime_tm_diff
static int
-tm_diff (const struct tm *, const struct tm *)
+tm_diff (const struct tm *a, const struct tm *b)
{
/* Compute intervening leap days correctly even if year is negative.
Take care to avoid int overflow in leap day calculations,