AROS: we dont need to protect aros_compat.c with an ifdef

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2013-04-13 08:13:31 -07:00
parent a41dbfe25a
commit 18337b7151
1 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef AROS
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -180,5 +178,3 @@ int aros_poll(struct pollfd *fds, unsigned int nfds, int timo)
return rc;
}
#endif