2002-07-23 Joel Sherrill <joel@OARcorp.com>

* src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
This commit is contained in:
Joel Sherrill
2002-07-23 21:06:24 +00:00
parent c0198bbd87
commit f6e7123d94
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-07-23 Joel Sherrill <joel@OARcorp.com>
* src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -66,7 +66,7 @@ pmap_set(program, version, protocol, port)
u_long program;
u_long version;
int protocol;
u_short port;
int port; /* was u_short but changed to match prototype */
{
struct sockaddr_in myaddress;
int socket = -1;