Andrew,

KaiGai Kohei was reviewing the latest libcap code and commented on this
line being problematic for him for libcap compilation. I looked into it
and can't see why it was ever there.

I believe it should be removed. Patch attached.

Cheers

Andrew
>From 4ea21489fd6fff80ba4848d77dfdc38edf5a99fb Mon Sep 17 00:00:00 2001
From: Andrew G. Morgan <[EMAIL PROTECTED]>
Date: Sat, 10 Nov 2007 09:38:26 -0800
Subject: [PATCH] Remove unnecessary line from include/linux/capability.h

KaiGai Kohei observed that this line in the linux header is not needed.

Signed-off-by: Andrew G. Morgan <[EMAIL PROTECTED]>
---
 include/linux/capability.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/capability.h b/include/linux/capability.h
index 94663b4..26de1e7 100644
--- a/include/linux/capability.h
+++ b/include/linux/capability.h
@@ -14,7 +14,6 @@
 #define _LINUX_CAPABILITY_H
 
 #include <linux/types.h>
-#include <linux/compiler.h>
 
 struct task_struct;
 
-- 
1.5.1.3

Reply via email to