From 999dfffc9b101c78897ae6d2bd7ceb8760f29afb Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 25 Mar 2002 07:29:43 +0000 Subject: [PATCH] Add link to Apple bug. --- rsync.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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):"") #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__. + * + * */ #define __attribute__(x) #endif -- 2.34.1