bareos2015: bareos-14.2 501fbe76

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2013-10-27 14:24 bareos-14.2 06e1154e 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