kleink
Thu May 7 09:41:09 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv7168
Modified Files:
msg.h
Log Message:
* Const'ify the `msgp' argument to msgsnd().
* Change the type returned by msgrcv() from int to ssize_t, to match the
size_t'ness of the `msgsz' argument.