File libgsm-strict-aliasing.patch of Package libgsm
--- 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 */ }