diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:01:10 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:01:10 -0600 |
commit | 0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b (patch) | |
tree | 114e3144b06ed49b8a131872836d222f7b68a259 /system/sudo/musl-fix-headers.patch | |
parent | 6d7203982c05651f748825deb393eb6480c03e32 (diff) | |
download | packages-0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b.tar.gz packages-0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b.tar.bz2 packages-0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b.tar.xz packages-0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b.zip |
system/sudo: add PAM-enabled sudo
Diffstat (limited to 'system/sudo/musl-fix-headers.patch')
-rw-r--r-- | system/sudo/musl-fix-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sudo/musl-fix-headers.patch b/system/sudo/musl-fix-headers.patch new file mode 100644 index 000000000..18a19b75d --- /dev/null +++ b/system/sudo/musl-fix-headers.patch @@ -0,0 +1,10 @@ +--- ./include/sudo_compat.h.orig ++++ ./include/sudo_compat.h +@@ -25,6 +25,7 @@ + #include <stdio.h> + #include <stdarg.h> + #include <stddef.h> /* for rsize_t */ ++#include <sys/types.h> /* for id_t */ + + /* + * Macros and functions that may be missing on some operating systems. |