mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
Use ibsc2_key_t rather than key_t.
This commit is contained in:
parent
5e8693a976
commit
9f226f3f9d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user