diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-22 11:21:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-22 11:22:20 -0400 |
commit | f7667742098e8147f54e15e57b130dafda156017 (patch) | |
tree | f702aecad4b83413cc53a0e57814cf27c064f7c3 /Utility | |
parent | 94e479dd1b71c0495baae690cf0eabb282919417 (diff) |
unbreak code inside ifdef
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Touch.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index e2dba79ab..0b1ca3d9b 100644 --- a/Utility/Touch.hsc +++ b/Utility/Touch.hsc @@ -115,6 +115,6 @@ touchBoth file atime mtime follow = #else #warning "utimensat and lutimes not available; building without symlink timestamp preservation support" -touchBoth _ _ _ _ = noop +touchBoth _ _ _ _ = return () #endif #endif |