From 747fe02fc4fb598eeb0a5cd1e0e21af164cd2601 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Dec 1997 21:09:13 +0000 Subject: Fix typo. --- sysdeps/unix/sysv/linux/sys/msq_buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') 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 -- cgit v1.2.3