]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/binfmts.h
block/genhd.c: proper externs
[linux-2.6-omap-h63xx.git] / include / linux / binfmts.h
index 3a6512f8ec94023e3fc41dd0e2b050c7944271e1..b7fc55ec8d480d71dcda61a249962ce846f2f22d 100644 (file)
@@ -37,7 +37,8 @@ struct linux_binprm{
        int sh_bang;
        struct file * file;
        int e_uid, e_gid;
-       kernel_cap_t cap_inheritable, cap_permitted, cap_effective;
+       kernel_cap_t cap_inheritable, cap_permitted;
+       bool cap_effective;
        void *security;
        int argc, envc;
        char * filename;        /* Name of binary as seen by procps */