X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_write.c;h=7edd486fccc37a295700b3dedd9cc0da76976e24;hp=d8b571b68d2865b261646a5276dc1d08471c5b61;hb=29adb40f69ca452a719e8519a8fa9452b3143e1d;hpb=37c49eac5be8587bcbf2257553e28d2ee8628e14 diff --git a/oss_write.c b/oss_write.c index d8b571b6..7edd486f 100644 --- a/oss_write.c +++ b/oss_write.c @@ -6,6 +6,7 @@ /** \file oss_write.c Paraslash's oss output plugin. */ +#include #include #include #include @@ -52,8 +53,8 @@ static int oss_pre_select(struct sched *s, struct writer_node *wn) para_fd_set(powd->fd, &s->wfds, &s->max_fileno); return 1; } -static int oss_post_select(__a_unused struct sched *s, - struct writer_node *wn) + +static int oss_post_select(struct sched *s, struct writer_node *wn) { int ret; struct private_oss_write_data *powd = wn->private_data;