Subject: Re: CVS commit: src/lib/libc/rpc
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 01/26/2008 19:57:41
> Module Name:	src
> Committed By:	christos
> Date:		Fri Jan 25 19:43:53 UTC 2008
> 
> Modified Files:
> 	src/lib/libc/rpc: pmap_getport.c
> 
> Log Message:
> PR/37864: Wolfgang Stukenbrock: when requesting TCP rcp-service port numbers
> UDP is used
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.16 -r1.17 src/lib/libc/rpc/pmap_getport.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

does it make sense to retry on RPC_PROGNOTREGISTERED?

YAMAMOTO Takashi