]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use __ipc_pid_t for msg_lspid and msg_lrpid field.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 1997 21:23:46 +0000 (21:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 1997 21:23:46 +0000 (21:23 +0000)
sysdeps/unix/sysv/linux/sys/msq_buf.h

index 0abc10f6e5521112c187a5e6252fe690a545222f..46e2cbf4ae1e2fd1c8a8242f2e56c91d1a6688b9 100644 (file)
@@ -46,8 +46,8 @@ struct msqid_ds
   unsigned short int __msg_cbytes;/* current number of bytes on queue */
   unsigned short int msg_qnum; /* number of messages currently on queue */
   unsigned short int msg_qbytes;/* max number of bytes allowed on queue */
-  int msg_lspid;               /* pid of last msgsnd() */
-  int msg_lrpid;               /* pid of last msgrcv() */
+  __ipc_pid_t msg_lspid;       /* pid of last msgsnd() */
+  __ips_pid_t msg_lrpid;       /* pid of last msgrcv() */
 };
 
 #ifdef __USE_MISC