[PATCH] UBUNTU: SAUCE: AppArmor -- add linux/err.h for ERR_PTR

Andy Whitcroft apw at canonical.com
Tue Dec 15 11:38:17 UTC 2009


Include linux/err.h to get ERR_PTR for non-x86 architectures.  Fixes
compile failure.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 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"
 
-- 
1.6.3.3





More information about the kernel-team mailing list