Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/07/2000 11:27:41
Module Name: basesrc
Committed By: fvdl
Date: Wed Jun 7 18:27:40 UTC 2000
Modified Files:
basesrc/lib/libc/rpc: clnt_generic.c svc_generic.c
Log Message:
The two unchanged interfaces (svc_create and clnt_create) resulted
in sockets bound to reserved ports in the old code. Since old binaries
will still expect this, always try to bind to a reserved port in
clnt_cli_create and svc_tli_create, unless we're already bound.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/lib/libc/rpc/clnt_generic.c
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/rpc/svc_generic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.