* lib/posixtm.c: Remove now-useless declaration of mktime.
authorJim Meyering <meyering@redhat.com>
Mon, 8 Dec 2008 17:33:14 +0000 (18:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 8 Dec 2008 17:47:06 +0000 (18:47 +0100)
ChangeLog
lib/posixtm.c

index 323c92c..9657e69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-12-08  Jim Meyering  <meyering@redhat.com>
 
+       * lib/posixtm.c: Remove now-useless declaration of mktime.
+
        * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
 
 2008-12-07  Bruno Haible  <bruno@clisp.org>
index 7740f4d..4d044a3 100644 (file)
@@ -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: