AROS: we dont need to protect aros_compat.c with an ifdef
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:13:31 +0000 (08:13 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:13:31 +0000 (08:13 -0700)
aros/aros_compat.c

index 6419956ef62aa5d579f11e3923f37fe61b57fd83..9b745e53a551bfa37d7f296a42d1391cedbcd134 100644 (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
-