repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git]
/
goblin-git
/
touch64.patch
blob
65ff19459c401fabcb32d2c25d3952c3063e4152
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)