Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/25/1998 18:25:21
Module Name: src
Committed By: mycroft
Date: Thu Nov 26 02:25:20 UTC 1998
Modified Files:
src/sys/kern: uipc_syscalls.c
Log Message:
Revert the functional change in rev 1.38; permit a msg_iovlen of 0.
There are two reasons for this:
* We should be able to pass file descriptors without sending any data.
* We could send zero-length iovecs anyway (but we shouldn't have to do this).
Also, msg_iovlen is already a u_int, so delete a bunch of casts.