diff options
Diffstat (limited to 'sys-apps/makedev/files/makedev-3.23.1-headers.patch')
-rw-r--r-- | sys-apps/makedev/files/makedev-3.23.1-headers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/makedev/files/makedev-3.23.1-headers.patch b/sys-apps/makedev/files/makedev-3.23.1-headers.patch new file mode 100644 index 000000000000..fac3fb1b711c --- /dev/null +++ b/sys-apps/makedev/files/makedev-3.23.1-headers.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/339674 + +--- a/MAKEDEV-3.23/sel.h ++++ b/MAKEDEV-3.23/sel.h +@@ -18,6 +18,7 @@ + */ + + #ifdef MAKEDEV_SELINUX ++#include <limits.h> + #include <selinux/selinux.h> + static char secontextname[PATH_MAX + 2]; + static char secontextflag[PATH_MAX + 7]; |