bareos: bareos-12.4 044269fc

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