bareos2015: bareos-13.2 216c6b92

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