From f7667742098e8147f54e15e57b130dafda156017 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Apr 2012 11:21:23 -0400 Subject: unbreak code inside ifdef --- Utility/Touch.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') 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 -- cgit v1.2.3