xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
[gnulib.git] / lib / mktime.c
index a017a51..772b4f3 100644 (file)
@@ -495,7 +495,6 @@ not_equal_tm (const struct tm *a, const struct tm *b)
          | (a->tm_mday ^ b->tm_mday)
          | (a->tm_mon ^ b->tm_mon)
          | (a->tm_year ^ b->tm_year)
-         | (a->tm_mday ^ b->tm_mday)
          | (a->tm_yday ^ b->tm_yday)
          | (a->tm_isdst ^ b->tm_isdst));
 }