diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-14 14:01:24 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-14 14:47:42 +0200 |
commit | 783604b03ef6fdcde3b6e30c5797fc9cfecec539 (patch) | |
tree | 34e43777e4f032a29fcda9f8f25a44de5a1e6be6 /main/sudo/musl-fix-headers.patch | |
parent | 3ae0e9ebccae4e4f92b564f98007a0c2bff2617e (diff) | |
download | aports-783604b03ef6fdcde3b6e30c5797fc9cfecec539.tar.bz2 aports-783604b03ef6fdcde3b6e30c5797fc9cfecec539.tar.xz |
main/sudo: upgrade to 1.8.14_p3
Diffstat (limited to 'main/sudo/musl-fix-headers.patch')
-rw-r--r-- | main/sudo/musl-fix-headers.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/sudo/musl-fix-headers.patch b/main/sudo/musl-fix-headers.patch index 8ab84ad8ff..18a19b75d2 100644 --- a/main/sudo/musl-fix-headers.patch +++ b/main/sudo/musl-fix-headers.patch @@ -1,10 +1,10 @@ --- ./include/sudo_compat.h.orig +++ ./include/sudo_compat.h -@@ -27,6 +27,7 @@ - # include <stddef.h> - #endif +@@ -25,6 +25,7 @@ + #include <stdio.h> #include <stdarg.h> -+#include <sys/types.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. |