CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2017/04/03 13:40:43
Modified files: share/man/man3 : CMSG_DATA.3 Log message: Send and receive 1 byte of data in addition to the control message. This is needed to make the code work in more cases. Sending actually is not really needed, but do it anyway, to avoid confusing mismatch between producer and consumer. Problem noted by Luke Small; ok deraadt@