projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab3d34
)
* lib/posixtm.c: Remove now-useless declaration of mktime.
author
Jim Meyering
<meyering@redhat.com>
Mon, 8 Dec 2008 17:33:14 +0000
(18:33 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 8 Dec 2008 17:47:06 +0000
(18:47 +0100)
ChangeLog
patch
|
blob
|
history
lib/posixtm.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 323c92c53b2548a4598baef2bf6a60539c626825..9657e69f92ed1d177a53cff6c4fa955f00ef2afa 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>
diff --git
a/lib/posixtm.c
b/lib/posixtm.c
index 7740f4d9da2d6558955200a147f8ad14fa6d43d6..4d044a30bf8b0bf7ed17aac8c16422ef2d079c85 100644
(file)
--- 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: