From 549d4751c6f57557920712cd8fcd19578c67345e Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 4 Sep 2002 20:15:39 +0000 Subject: Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux Test Project to compile as well as be consistent with the architecture specific files. Maybe eventually the architecture specific files could be removed all together. --- libc/sysdeps/linux/common/bits/ipc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/ipc.h') diff --git a/libc/sysdeps/linux/common/bits/ipc.h b/libc/sysdeps/linux/common/bits/ipc.h index 54412ff32..97f9b5808 100644 --- a/libc/sysdeps/linux/common/bits/ipc.h +++ b/libc/sysdeps/linux/common/bits/ipc.h @@ -45,12 +45,12 @@ typedef int __kernel_key_t; /* Data structure used to pass permission information to IPC operations. */ struct ipc_perm { - __kernel_key_t key; + __kernel_key_t __key; __kernel_uid_t uid; __kernel_gid_t gid; __kernel_uid_t cuid; __kernel_gid_t cgid; __kernel_mode_t mode; - unsigned short seq; + unsigned short __seq; }; -- cgit v1.2.3