Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbWIRStc (ORCPT ); Mon, 18 Sep 2006 14:49:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751803AbWIRStc (ORCPT ); Mon, 18 Sep 2006 14:49:32 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:63882 "EHLO e1.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1751790AbWIRStJ (ORCPT ); Mon, 18 Sep 2006 14:49:09 -0400 Subject: [PATCH] slim: compilation warning fix From: Kylene Jo Hall To: linux-kernel Cc: akpm@osdl.org, Serge Hallyn , Mimi Zohar , Dave Safford Content-Type: text/plain Date: Mon, 18 Sep 2006 11:49:01 -0700 Message-Id: <1158605341.16727.49.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 27 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 Signed-off-by: Kylene Hall --- 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 #include #include +#include /* * Return the extended attribute - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/