updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / goblin-git / touch64.patch
blob65ff19459c401fabcb32d2c25d3952c3063e4152
1 32,33c32,33
2 < tb.Actime = (int32)(*newTime)
3 < tb.Modtime = (int32)(*newTime)
4 ---
5 > tb.Actime = (int64)(*newTime)
6 > tb.Modtime = (int64)(*newTime)