unbreak code inside ifdef

This commit is contained in:
Joey Hess 2012-04-22 11:21:23 -04:00
parent 94e479dd1b
commit f766774209

View file

@ -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