]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Dec 1997 21:09:13 +0000 (21:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Dec 1997 21:09:13 +0000 (21:09 +0000)
sysdeps/unix/sysv/linux/sys/msq_buf.h

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