mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-13 02:52:56 +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>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
|
* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ pmap_set(program, version, protocol, port)
|
|||||||
u_long program;
|
u_long program;
|
||||||
u_long version;
|
u_long version;
|
||||||
int protocol;
|
int protocol;
|
||||||
u_short port;
|
int port; /* was u_short but changed to match prototype */
|
||||||
{
|
{
|
||||||
struct sockaddr_in myaddress;
|
struct sockaddr_in myaddress;
|
||||||
int socket = -1;
|
int socket = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user