about summary refs log tree commit diff
path: root/timezone/scheck.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 05:22:03 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 05:22:03 +0000
commitb50fedc465a51795afd731e67f72a7eeebebce1b (patch)
tree7c3009db9169b0842002ef05f25bc293f0aedf33 /timezone/scheck.c
parent7dce326c64d91c0237ae20657d3a65c114627eed (diff)
downloadglibc-b50fedc465a51795afd731e67f72a7eeebebce1b.tar.gz
glibc-b50fedc465a51795afd731e67f72a7eeebebce1b.tar.xz
glibc-b50fedc465a51795afd731e67f72a7eeebebce1b.zip
Updated to fedora-glibc-2_3-20051017T0518
Diffstat (limited to 'timezone/scheck.c')
-rw-r--r--timezone/scheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/scheck.c b/timezone/scheck.c
index fd115f9c48..2dd9b35285 100644
--- a/timezone/scheck.c
+++ b/timezone/scheck.c
@@ -11,7 +11,7 @@ static char	elsieid[] = "@(#)scheck.c	8.16";
 char *
 scheck(string, format)
 const char * const	string;
-const char * const	format;
+char * const		format;
 {
 	register char *		fbuf;
 	register const char *	fp;