diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-23 10:02:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-23 10:30:00 +0000 |
commit | cbbbaf9ebace0d597f0a0e210344a2a5cabb7417 (patch) | |
tree | 967156aabdd72939c094b13922ef40fb9b4d0203 /testing/wmi-client/musl-header-fix.patch | |
parent | 9ce2e6769410a7e04c13f2a5145f2e343ce3085e (diff) | |
download | aports-cbbbaf9ebace0d597f0a0e210344a2a5cabb7417.tar.bz2 aports-cbbbaf9ebace0d597f0a0e210344a2a5cabb7417.tar.xz |
testing/wmi-client: new aport
Diffstat (limited to 'testing/wmi-client/musl-header-fix.patch')
-rw-r--r-- | testing/wmi-client/musl-header-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/wmi-client/musl-header-fix.patch b/testing/wmi-client/musl-header-fix.patch new file mode 100644 index 0000000000..1f027b4374 --- /dev/null +++ b/testing/wmi-client/musl-header-fix.patch @@ -0,0 +1,15 @@ +diff --git a/Samba/source/winexe/winexe.c b/Samba/source/winexe/winexe.c +index 192beb5..aa9d73f 100644 +--- a/Samba/source/winexe/winexe.c ++++ b/Samba/source/winexe/winexe.c +@@ -15,8 +15,8 @@ + #include "winexe.h" + #include "winexesvc/shared.h" + +-#include <sys/fcntl.h> +-#include <sys/unistd.h> ++#include <fcntl.h> ++#include <unistd.h> + #include <sys/termios.h> + #include <signal.h> + |