diff options
author | Randy Dunlap | 2006-01-11 21:17:47 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-01-12 03:42:14 +0100 |
commit | 4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b (patch) | |
tree | d2aaf0b5986b03e6129ed3ccd65b9f706cd59c7f /net/sctp | |
parent | [PATCH] capable/capability.h (fs/) (diff) | |
download | kernel-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/sctp')
-rw-r--r-- | net/sctp/socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index a268eab68ca1..c98ee375ba5e 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c @@ -63,6 +63,7 @@ #include <linux/wait.h> #include <linux/time.h> #include <linux/ip.h> +#include <linux/capability.h> #include <linux/fcntl.h> #include <linux/poll.h> #include <linux/init.h> |