[PATCH] UBUNTU: SAUCE: AppArmor -- add linux/err.h for ERR_PTR
John Johansen
john.johansen at canonical.com
Tue Dec 15 17:07:46 UTC 2009
Andy Whitcroft wrote:
> Include linux/err.h to get ERR_PTR for non-x86 architectures. Fixes
> compile failure.
>
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
Acked-by: John Johansen <john.johansen at canonical.com>
also applied upstream
thanks
> ---
> security/apparmor/match.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/security/apparmor/match.c b/security/apparmor/match.c
> index c04dbcd..fcb48c5 100644
> --- a/security/apparmor/match.c
> +++ b/security/apparmor/match.c
> @@ -17,6 +17,7 @@
> #include <linux/mm.h>
> #include <linux/slab.h>
> #include <linux/vmalloc.h>
> +#include <linux/err.h>
>
> #include "include/match.h"
>
More information about the kernel-team
mailing list