diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 2000-03-08 12:46:25 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 2000-03-08 12:46:25 +0000 |
| commit | 6686e4fafbfc0ec7957ffba292919f3dc2819b15 (patch) | |
| tree | 169532af68c29b86bb784a9edfe39ec4f7bf093c /lib/libc | |
| parent | 874072c7bb29546da3e52c11f46ea50ca22a7a23 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdtime/localtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/localtime.c b/lib/libc/stdtime/localtime.c index 4fa411fc1179..84a4ca9d7a19 100644 --- a/lib/libc/stdtime/localtime.c +++ b/lib/libc/stdtime/localtime.c @@ -219,7 +219,7 @@ const char * const codep; static void settzname P((void)) { - register struct state * const sp = lclptr; + register struct state * sp = lclptr; register int i; tzname[0] = wildabbr; |
