bareos: master 02cb34e1

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2013-10-27 13:24 master 005528d0 Pending
Changeset Fix problem with poll() on AIX.

Its seems that unlike Linux, Solaris and Windows AIX has a somewhat
other idea in what flags it needs in the events field of the poll
structure. This patch makes poll() work on AIX and should also keep it
working on the other platforms.
mod - src/lib/bnet_server.c Diff File
mod - src/lib/poll.c Diff File