A MIPS IPC patch

H . J . Lu hjl@lucon.org
Sun May 27 00:36:00 GMT 2001


__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.  */



More information about the Libc-hacker mailing list