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
279 B

--- cl.c.old 2006-09-12 17:13:02.000000000 -0400
+++ cl.c 2006-09-12 17:13:34.000000000 -0400
@@ -658,6 +658,7 @@
fclose(fp);
if ( ! stat( filename, &buf ) )
{
+ char *ctime(), *t;
sprintf( date, "%s", ctime(&buf.st_mtime) );
t = date;
while ( *t )