mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user