X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fckrm.h;h=8dba6436268a3543b290cd5ed1de85bb59b2db10;hb=5e3b93f248c98873cc843e83092bb8da92ac85a2;hp=a29bf282abeca8e3124e43e4d61923347bf0aec8;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/ckrm.h b/include/linux/ckrm.h index a29bf282a..8dba64362 100644 --- a/include/linux/ckrm.h +++ b/include/linux/ckrm.h @@ -9,13 +9,10 @@ * * Latest version, more details at http://ckrm.sf.net * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2.1 of the GNU Lesser General Public License - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it would be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * */ @@ -69,7 +66,6 @@ enum ckrm_event { CKRM_EVENT_EXEC, CKRM_EVENT_UID, CKRM_EVENT_GID, - CKRM_EVENT_XID, CKRM_EVENT_LOGIN, CKRM_EVENT_USERADD, CKRM_EVENT_USERDEL, @@ -140,7 +136,6 @@ CKRM_DEF_CB_ARG(FORK, fork, struct task_struct *); CKRM_DEF_CB_ARG(EXEC, exec, const char *); CKRM_DEF_CB(UID, uid); CKRM_DEF_CB(GID, gid); -CKRM_DEF_CB_ARG(XID, xid, struct task_struct *); CKRM_DEF_CB(APPTAG, apptag); CKRM_DEF_CB(LOGIN, login); CKRM_DEF_CB_ARG(USERADD, useradd, struct user_struct *);