Use ibsc2_key_t rather than key_t.

This commit is contained in:
John Baldwin 2006-07-08 19:52:49 +00:00
parent b1ee5b654d
commit 839cea4b0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160188

View File

@ -38,7 +38,7 @@ struct ibcs2_ipc_perm {
u_short cgid; /* creator group id */
u_short mode; /* r/w permission */
u_short seq; /* sequence # (to generate unique msg/sem/shm id) */
key_t key; /* user specified msg/sem/shm key */
ibcs2_key_t key; /* user specified msg/sem/shm key */
};
struct ibcs2_msqid_ds {