Re: [PATCH] Smack: include magic.h in smackfs.c

From: Randy Dunlap
Date: Tue Apr 02 2013 - 18:34:47 EST


On 04/02/13 11:41, Casey Schaufler wrote:
> As reported for linux-next: Tree for Apr 2 (smack)
> Add the required include for smackfs.c
>
> Signed-off-by: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>

Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks.


> ---
> security/smack/smackfs.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 2479a41..53a08b8 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -26,6 +26,7 @@
> #include <linux/seq_file.h>
> #include <linux/ctype.h>
> #include <linux/audit.h>
> +#include <linux/magic.h>
> #include "smack.h"
>
> /*
>
> --


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/