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
(parent:
1ff7b9c
)
Change return type of __tzstring to char *.
author
drepper
<drepper>
Sun, 10 Aug 1997 18:35:29 +0000
(18:35 +0000)
committer
drepper
<drepper>
Sun, 10 Aug 1997 18:35:29 +0000
(18:35 +0000)
time/tzfile.c
patch
|
blob
|
history
diff --git
a/time/tzfile.c
b/time/tzfile.c
index
88e86e3
..
aeec637
100644
(file)
--- a/
time/tzfile.c
+++ b/
time/tzfile.c
@@
-43,7
+43,7
@@
struct leap
long int change; /* Seconds of correction to apply. */
};
-extern c
onst c
har * __tzstring (const char *); /* Defined in tzset.c. */
+extern char * __tzstring (const char *); /* Defined in tzset.c. */
static struct ttinfo *find_transition (time_t timer);
static void compute_tzname_max (size_t);