You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/ariadne/files/ariadne-1.3-gcc4.patch

11 lines
207 B

--- a/cl.c
+++ b/cl.c
@@ -658,6 +658,7 @@
fclose(fp);
if ( ! stat( filename, &buf ) )
{
+ char *ctime(), *t;
sprintf( date, "%s", ctime(&buf.st_mtime) );
t = date;
while ( *t )