lkml.org 
[lkml]   [2009]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 01/30] headers: fixup cred.h, ipc_namespace.h
cred.h uses __init
ipc_namespace.h uses kern_ipc_perm.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

include/linux/cred.h | 1 +
include/linux/ipc_namespace.h | 2 ++
2 files changed, 3 insertions(+)

--- a/include/linux/cred.h
+++ b/include/linux/cred.h
@@ -13,6 +13,7 @@
#define _LINUX_CRED_H

#include <linux/capability.h>
+#include <linux/init.h>
#include <linux/key.h>
#include <asm/atomic.h>

--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -6,6 +6,8 @@
#include <linux/rwsem.h>
#include <linux/notifier.h>

+struct kern_ipc_perm;
+
/*
* ipc namespace events
*/

\
 
 \ /
  Last update: 2009-04-10 04:35    [W:0.044 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site