Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 10/30/1998 17:18:42
Module Name:	src
Committed By:	matt
Date:		Sat Oct 31 01:18:42 UTC 1998

Modified Files:
	src/sys/miscfs/fifofs: fifo_vnops.c
	src/sys/miscfs/portal: portal_vnops.c
Log Message:
Use the so_send and so_receive funcptrs in the socket instead of calling
sosend/soreceive directly.  [I've been meaning to commit these for months.]