projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95770f1
)
mktime: merge <sys/types.h> change from gnulib
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 22 May 2012 13:07:58 +0000
(06:07 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Tue, 22 May 2012 13:07:58 +0000
(06:07 -0700)
ChangeLog
patch
|
blob
|
history
time/mktime.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
ad865fd
..
d33c223
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,9
@@
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
+ mktime: merge <sys/types.h> change from gnulib
+ * time/mktime.c: Do not include <sys/types.h>; no longer needed,
+ since <time.t> is now guaranteed to define time_t.
+
mktime: merge HAVE_CONFIG_H change from gnulib
* time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
diff --git
a/time/mktime.c
b/time/mktime.c
index
0e5fde0
..
e4b3b66
100644
(file)
--- a/
time/mktime.c
+++ b/
time/mktime.c
@@
-32,7
+32,6
@@
# define LEAP_SECONDS_POSSIBLE 1
#endif
-#include <sys/types.h> /* Some systems define `time_t' here. */
#include <time.h>
#include <limits.h>