From: Ulrich Drepper Date: Wed, 24 Dec 1997 21:09:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2_0_6pre6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747fe02fc4fb598eeb0a5cd1e0e21af164cd2601;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/sysdeps/unix/sysv/linux/sys/msq_buf.h b/sysdeps/unix/sysv/linux/sys/msq_buf.h index 46e2cbf4ae1..3e336981b37 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