bareos2015: bareos-12.4 542b13b7

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-12.4 2013-10-27 14:24 bareos-12.4 422dd63b 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