summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-24 21:09:13 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-24 21:09:13 +0000
commit747fe02fc4fb598eeb0a5cd1e0e21af164cd2601 (patch)
tree6754a4fa7a163501bf849a10517c21922f8d371f
parent384dc53f06799b700ac855fda0a3edf6ccebd234 (diff)
Fix typo.
-rw-r--r--sysdeps/unix/sysv/linux/sys/msq_buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/msq_buf.h b/sysdeps/unix/sysv/linux/sys/msq_buf.h
index 46e2cbf4ae..3e336981b3 100644
--- a/sysdeps/unix/sysv/linux/sys/msq_buf.h
+++ b/sysdeps/unix/sysv/linux/sys/msq_buf.h
@@ -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