Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/17/1999 06:16:39
Module Name:	src
Committed By:	drochner
Date:		Sat Apr 17 13:16:39 UTC 1999

Modified Files:
	src/lib/libc/rpc: pmap_clnt.c
Log Message:
Use TCP to register RPC services with the portmapper.
This has the advantage that we get an immediate error in case of
network problems (loopback, actually) instead of a nasty timeout.