diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-03 18:23:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-03 18:25:26 +0000 |
commit | f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a (patch) | |
tree | 8a0784e2007c551d83b01ee34e5a38ef059f84a8 /testing/snapper/fix-poll_h.patch | |
parent | 45b5690ccb0ec88c2742a5b3078b60655923d268 (diff) | |
download | aports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.bz2 aports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.xz |
testing/snapper: new aport
Diffstat (limited to 'testing/snapper/fix-poll_h.patch')
-rw-r--r-- | testing/snapper/fix-poll_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/snapper/fix-poll_h.patch b/testing/snapper/fix-poll_h.patch new file mode 100644 index 0000000000..74de79892a --- /dev/null +++ b/testing/snapper/fix-poll_h.patch @@ -0,0 +1,13 @@ +The correct location is <poll.h>, not <sys/poll.h> + +--- a/snapper/SystemCmd.h 2014-02-05 14:22:06.000000000 +0100 ++++ b/snapper/SystemCmd.h 2015-08-30 10:56:03.685179465 +0200 +@@ -23,7 +23,7 @@ + #ifndef SNAPPER_SYSTEM_CMD_H + #define SNAPPER_SYSTEM_CMD_H + +-#include <sys/poll.h> ++#include <poll.h> + #include <stdio.h> + + #include <string> |