repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
ariadne
/
ariadne-1.3-gcc4.patch
blob
0192efd4db5e029e8be770bdaf79f06a61db560a
1
--- cl.c.old 2006-09-12 17:13:02.000000000 -0400
2
+++ cl.c 2006-09-12 17:13:34.000000000 -0400
3
@@ -658,6 +658,7 @@
4
fclose(fp);
5
if ( ! stat( filename, &buf ) )
6
{
7
+ char *ctime(), *t;
8
sprintf( date, "%s", ctime(&buf.st_mtime) );
9
t = date;
10
while ( *t )