Skip to content

Commit

Permalink
- patches.apparmor/apparmor.diff: ia64 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmahoney committed Jul 17, 2009
1 parent 1a1f9a5 commit 309bd66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions kernel-source.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 17 17:10:19 CEST 2009 - jeffm@suse.de

- patches.apparmor/apparmor.diff: ia64 build fix

-------------------------------------------------------------------
Thu Jul 16 22:44:02 CEST 2009 - jeffm@suse.de

Expand Down
4 changes: 3 additions & 1 deletion patches.apparmor/apparmor.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7190,7 +7190,7 @@ Acked-by: Jeff Mahoney <jeffm@suse.com>
+}
--- /dev/null
+++ b/security/apparmor/sid.c
@@ -0,0 +1,111 @@
@@ -0,0 +1,113 @@
+/*
+ * AppArmor security module
+ *
Expand Down Expand Up @@ -7221,6 +7221,8 @@ Acked-by: Jeff Mahoney <jeffm@suse.com>
+ */
+
+#include <linux/spinlock.h>
+#include <linux/err.h>
+#include <linux/errno.h>
+
+#include "include/sid.h"
+
Expand Down

0 comments on commit 309bd66

Please sign in to comment.