2011-02-12 00:22:29 -05:00
|
|
|
struct ipc_perm
|
|
|
|
{
|
2011-04-13 16:45:43 -04:00
|
|
|
key_t __ipc_perm_key;
|
2011-02-12 00:22:29 -05:00
|
|
|
uid_t uid;
|
|
|
|
gid_t gid;
|
|
|
|
uid_t cuid;
|
|
|
|
gid_t cgid;
|
|
|
|
mode_t mode;
|
2011-04-13 16:45:43 -04:00
|
|
|
int __ipc_perm_seq;
|
2011-02-12 00:22:29 -05:00
|
|
|
long __pad1;
|
|
|
|
long __pad2;
|
|
|
|
};
|