diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-11-25 04:09:46 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-11-25 04:09:46 -0800 |
| commit | ae7b2bb779133174ea911fd1025284f59f4f90b4 (patch) | |
| tree | 5a37a786611adac1ebc83e4cb20e71f210407736 /include/linux/security.h | |
| parent | 3b7ce416250471a16a8734cf0c8db36f20d2090e (diff) | |
LSM: Move the definition of capable() into sched.h if CONFIG_SECURITY is set to help
make the #include nightmare more managable.
Diffstat (limited to 'include/linux/security.h')
| -rw-r--r-- | include/linux/security.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index efd997ae6b7d..a20a2b18fc3d 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -1371,7 +1371,6 @@ extern int register_security (struct security_operations *ops); extern int unregister_security (struct security_operations *ops); extern int mod_reg_security (const char *name, struct security_operations *ops); extern int mod_unreg_security (const char *name, struct security_operations *ops); -extern int capable (int cap); #else /* CONFIG_SECURITY */ |
