repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41dbfe
)
AROS: we dont need to protect aros_compat.c with an ifdef
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:13:31 +0000
(08:13 -0700)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:13:31 +0000
(08:13 -0700)
aros/aros_compat.c
patch
|
blob
|
blame
|
history
diff --git
a/aros/aros_compat.c
b/aros/aros_compat.c
index 6419956ef62aa5d579f11e3923f37fe61b57fd83..9b745e53a551bfa37d7f296a42d1391cedbcd134 100644
(file)
--- a/
aros/aros_compat.c
+++ b/
aros/aros_compat.c
@@
-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
-