mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] slim: compilation warning fix
@ 2006-09-18 18:49 Kylene Jo Hall
  0 siblings, 0 replies; only message in thread
From: Kylene Jo Hall @ 2006-09-18 18:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, Serge Hallyn, Mimi Zohar, Dave Safford

There is a warning when compiling the intergity_dummy.c file about
vfs_getxattr not being defined.  This patch fixes that by adding the
xattr.h include file.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
---
 security/integrity_dummy.c |    1 +
 1 files changed, 1 insertion(+)

--- linux-2.6.18-rc6-mm2/security/integrity_dummy.c	2006-09-15 11:13:55.000000000 -0500
+++ linux-2.6.18-rc6-mm2-slim/security/integrity_dummy.c	2006-09-18 13:14:16.000000000 -0500
@@ -16,6 +16,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/integrity.h>
+#include <linux/xattr.h>
 
 /*
  *  Return the extended attribute



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-18 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-18 18:49 [PATCH] slim: compilation warning fix Kylene Jo Hall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome