Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / 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
-