projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
44209c0
)
Formerly ../time/offtime.c.~6~
author
roland
<roland>
Sat, 31 Aug 1991 05:57:21 +0000
(
05:57
+0000)
committer
roland
<roland>
Sat, 31 Aug 1991 05:57:21 +0000
(
05:57
+0000)
time/offtime.c
patch
|
blob
|
history
diff --git
a/time/offtime.c
b/time/offtime.c
index
ca14ac0
..
13bc880
100644
(file)
--- a/
time/offtime.c
+++ b/
time/offtime.c
@@
-24,9
+24,9
@@
Cambridge, MA 02139, USA. */
CONST unsigned short int __mon_lengths[2][12] =
{
/* Normal years. */
- { 31, 28, 31, 30, 31, 30, 31, 3
0
, 30, 31, 30, 31 },
+ { 31, 28, 31, 30, 31, 30, 31, 3
1
, 30, 31, 30, 31 },
/* Leap years. */
- { 31, 29, 31, 30, 31, 30, 31, 3
0
, 30, 31, 30, 31 }
+ { 31, 29, 31, 30, 31, 30, 31, 3
1
, 30, 31, 30, 31 }
};
#define SECS_PER_HOUR (60 * 60)