svn commit: trunk/uClibc/libc/misc/time

aldot at uclibc.org aldot at uclibc.org
Wed May 21 10:43:45 UTC 2008


Author: aldot
Date: 2008-05-21 03:43:45 -0700 (Wed, 21 May 2008)
New Revision: 22038

Log:
- fix warning about static not being at the beginning of a decl


Modified:
   trunk/uClibc/libc/misc/time/time.c


Changeset:
Modified: trunk/uClibc/libc/misc/time/time.c
===================================================================
--- trunk/uClibc/libc/misc/time/time.c	2008-05-21 10:32:39 UTC (rev 22037)
+++ trunk/uClibc/libc/misc/time/time.c	2008-05-21 10:43:45 UTC (rev 22038)
@@ -208,7 +208,7 @@
 
  /* Jan 1, 2007 Z - tm = 0,0,0,1,0,107,1,0,0 */
 
-const static time_t new_rule_starts = 1167609600;
+static const time_t new_rule_starts = 1167609600;
 
 #endif
 #endif




More information about the uClibc-cvs mailing list