summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-22 11:21:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-22 11:22:20 -0400
commitf7667742098e8147f54e15e57b130dafda156017 (patch)
treef702aecad4b83413cc53a0e57814cf27c064f7c3
parent94e479dd1b71c0495baae690cf0eabb282919417 (diff)
unbreak code inside ifdef
-rw-r--r--Utility/Touch.hsc2
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