Changes of Revision 5
[-] [+] | Added | libgsm-strict-aliasing.patch |
@@ -0,0 +1,11 @@ +--- src/toast.c ++++ src/toast.c +@@ -390,7 +390,7 @@ + ut[0] = instat.st_atime; + ut[1] = instat.st_mtime; + +- (void) utime(outname, (struct utimbuf *)ut); ++ (void) utime(outname, ut); + + #endif /* UTIMBUF */ + } |