summaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
diff options
context:
space:
mode:
authorRandy Dunlap2006-01-11 21:17:47 +0100
committerLinus Torvalds2006-01-12 03:42:14 +0100
commit4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b (patch)
treed2aaf0b5986b03e6129ed3ccd65b9f706cd59c7f /net/packet/af_packet.c
parent[PATCH] capable/capability.h (fs/) (diff)
downloadkernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.tar.gz
kernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.tar.xz
kernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.zip
[PATCH] capable/capability.h (net/)
net: Use <linux/capability.h> where capable() is used. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/packet/af_packet.c')
-rw-r--r--net/packet/af_packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
index c6ee29f8eec0..ee93abc71cb8 100644
--- a/net/packet/af_packet.c
+++ b/net/packet/af_packet.c
@@ -53,6 +53,7 @@
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/mm.h>
+#include <linux/capability.h>
#include <linux/fcntl.h>
#include <linux/socket.h>
#include <linux/in.h>