aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/patches/011-fix-poll-h-warnings-on-musl.patch
Commit message (Collapse)AuthorAge
* avahi: Update to 0.7Rosen Penev2018-06-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>