X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/47b032e97fdd94a2b8d834483b017cc227e1ae7e..e0930845ce339fc51f607ba19bc40a8685118b91:/rsync.h diff --git a/rsync.h b/rsync.h index a366f8a0..a70c241c 100644 --- a/rsync.h +++ b/rsync.h @@ -659,10 +659,7 @@ struct chmod_mode_struct; #include "lib/permstring.h" #include "lib/addrinfo.h" -#if !defined __GNUC__ || defined __APPLE__ -/* Apparently the OS X port of gcc gags on __attribute__. - * - * */ +#ifndef __GNUC__ #define __attribute__(x) #endif