commit: 8fb9e7d668f49df92a8a39af4f1680b5469fbce3 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 13:11:08 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Aug 13 13:11:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=8fb9e7d6
sys-apps/util-linux: Use sys/reg.h and not sys/user.h to get _WORDSIZE, needed for mips Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: 0xF52D4BBA --- sys-apps/util-linux/files/util-linux-2.25-missing__SWORD_TYPE.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/util-linux/files/util-linux-2.25-missing__SWORD_TYPE.patch b/sys-apps/util-linux/files/util-linux-2.25-missing__SWORD_TYPE.patch index e471e0f..e20a63a 100644 --- a/sys-apps/util-linux/files/util-linux-2.25-missing__SWORD_TYPE.patch +++ b/sys-apps/util-linux/files/util-linux-2.25-missing__SWORD_TYPE.patch @@ -5,7 +5,7 @@ diff -Naur util-linux-2.25.orig/sys-utils/switch_root.c util-linux-2.25/sys-util #include <sys/stat.h> #include <sys/statfs.h> #include <sys/param.h> -+#include <sys/user.h> ++#include <sys/reg.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h>
