From 4000f892e5823a45b1ca2da25ae271345fe06cea Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 27 Jun 2014 00:07:20 +0530 Subject: [PATCH] Correctly attribute the mktime.c change to Paul Eggert I mentioned it on the list, but forgot to put that in the changelog. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44f96bb30c..4bb6eb4ef6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * debug/memmove_chk.c: Remove pagecopy.h include. +2014-06-26 Paul Eggert + * time/mktime.c (leapyear): Remove inline keyword. The code is now identical to gnulib mktime. -- 2.11.4.GIT