CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 06:24:07
Modified files:
sbin/mountd : mountd.c
usr.bin/file : file.c
Log message:
Implement the recv_imsg/read_message function in the correct way.
One needs to first check imsg_get() if there is a imsg already in
the queue. Then if that returns 0 call imsgbuf_read(). Do this in
a loop until imsg_get() returns an imsg.
OK tb@ and nicm@ for file
