CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/11 13:25:53
Modified files:
lib/libutil : imsg.c imsg_init.3
Log message:
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
Fix one occurence in imsg_flush() and clarify it the man page.
Discussed with at least blambert@ jsg@ yasuoka@.
OK gilles@
