From: Ronnie Sahlberg Date: Sat, 13 Apr 2013 15:13:31 +0000 (-0700) Subject: AROS: we dont need to protect aros_compat.c with an ifdef X-Git-Tag: upstream/1.9.6^2~220 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=18337b715105c4e2a2244b8d3fc41cb405ba6466 AROS: we dont need to protect aros_compat.c with an ifdef --- diff --git a/aros/aros_compat.c b/aros/aros_compat.c index 6419956..9b745e5 100644 --- a/aros/aros_compat.c +++ b/aros/aros_compat.c @@ -15,8 +15,6 @@ along with this program; if not, see . */ -#ifdef AROS - #include #include #include @@ -180,5 +178,3 @@ int aros_poll(struct pollfd *fds, unsigned int nfds, int timo) return rc; } -#endif -