(ipc_perm): Put back __key.

This commit is contained in:
Andreas Jaeger 2001-05-27 08:34:45 +00:00
parent b5cd3bfc63
commit fc0f915617

View File

@ -42,6 +42,7 @@
/* Data structure used to pass permission information to IPC operations. */
struct ipc_perm
{
__key_t __key; /* Key. */
unsigned int uid; /* Owner's user ID. */
unsigned int gid; /* Owner's group ID. */
unsigned int cuid; /* Creator's user ID. */