summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-25 07:29:43 +0000
committerMartin Pool <mbp@samba.org>2002-03-25 07:29:43 +0000
commit999dfffc9b101c78897ae6d2bd7ceb8760f29afb (patch)
treee22f76277ba308a8aaec34dec4f3e5566be42be4
parent527a51cec52260bf79d1d9b2888d34ee7aea234f (diff)
downloadrsync-999dfffc9b101c78897ae6d2bd7ceb8760f29afb.tar.gz
Add link to Apple bug.
-rw-r--r--rsync.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 9f7f0078..689965d6 100644
--- a/rsync.h
+++ b/rsync.h
@@ -567,7 +567,9 @@ extern int errno;
#define NS(s) ((s)?(s):"<NULL>")
#if !defined(__GNUC__) || defined(APPLE)
-/* Apparently the OS X port of gcc gags on __attribute__. */
+/* Apparently the OS X port of gcc gags on __attribute__.
+ *
+ * <http://www.opensource.apple.com/bugs/X/gcc/2512150.html> */
#define __attribute__(x)
#endif