On Sun, May 16, 2010 at 11:54:18AM -0700, Steven Dake wrote: > good for merge > Committed.
> regards > -steve > > On Sun, 2010-05-16 at 18:40 +1000, Angus Salkeld wrote: > > not important, easy to fix. > > > > Signed-off-by: Angus Salkeld <[email protected]> > > --- > > exec/coropoll.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/exec/coropoll.c b/exec/coropoll.c > > index 8704bac..7910214 100644 > > --- a/exec/coropoll.c > > +++ b/exec/coropoll.c > > @@ -252,7 +252,7 @@ int poll_dispatch_modify ( > > poll_instance->poll_entries[i].ufd.events = events; > > poll_instance->poll_entries[i].dispatch_fn = > > dispatch_fn; > > if (change_notify) { > > - char buf; > > + char buf = 1; > > write (poll_instance->pipefds[1], &buf, 1); > > } > > _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
