From 6607c7520d9122f7d9cef815e7871ccb4c9b354d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Dec 2008 18:33:14 +0100 Subject: [PATCH] * lib/posixtm.c: Remove now-useless declaration of mktime. --- ChangeLog | 2 ++ lib/posixtm.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 323c92c53..9657e69f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-12-08 Jim Meyering + * lib/posixtm.c: Remove now-useless declaration of mktime. + * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs. 2008-12-07 Bruno Haible diff --git a/lib/posixtm.c b/lib/posixtm.c index 7740f4d9d..4d044a30b 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -41,8 +41,6 @@ of `digit' even when the host does not conform to POSIX. */ #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) -time_t mktime (); - /* POSIX requires: -- 2.11.0