summaryrefslogtreecommitdiff
path: root/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-09 16:08:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-09 16:08:07 -0400
commitde14252f780fb0259dbd9e6f1fa71c1f092a2135 (patch)
treeead184f705057255572d7ab4c1ddfe15d984c007 /doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
parentc4bdc59da013edb5723447bcdc9bfa7241cba337 (diff)
rainy day bug maintenance
Sitting on the porch, enjoying a thunderstorm, what else to do?
Diffstat (limited to 'doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn')
-rw-r--r--doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
index 20c16e3cf..c447f75f0 100644
--- a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
+++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
@@ -15,3 +15,5 @@ make: *** [Touch.hs] Error 1
</pre>
I dug around the OSX documentation and fcntl.h header file and it seems that UTIME_OMIT, UTIME_NOW, AT_FDCWD and AT_SYMLINK_NOFOLLOW aren't defined (at least on OSX). I suspect the BSD's in general will have problems compiling git-annex.
+
+[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"]