This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
__key was removed from ipc_perm by accident. Here is a patch.
H.J.
---
2001-05-26 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/mips/bits/ipc.h (ipc_perm): Put
back __key.
Index: sysdeps/unix/sysv/linux/mips/bits/ipc.h
===================================================================
RCS file: /work/cvs/gnu/glibc/sysdeps/unix/sysv/linux/mips/bits/ipc.h,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 ipc.h
--- sysdeps/unix/sysv/linux/mips/bits/ipc.h 2001/05/05 04:06:23 1.1.1.2
+++ sysdeps/unix/sysv/linux/mips/bits/ipc.h 2001/05/27 07:34:16
@@ -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. */
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |