Add link to Apple bug.
authorMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 07:29:43 +0000 (07:29 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 07:29:43 +0000 (07:29 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 9f7f007..689965d 100644 (file)
--- 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