Changeset f6e7123d in rtems


Ignore:
Timestamp:
07/23/02 21:06:24 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
323845bd
Parents:
c0198bbd
Message:

2002-07-23 Joel Sherrill <joel@…>

  • src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
Location:
cpukit/librpc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/librpc/ChangeLog

    rc0198bbd rf6e7123d  
     12002-07-23      Joel Sherrill <joel@OARcorp.com>
     2
     3        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
     4
    152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/librpc/src/rpc/pmap_clnt.c

    rc0198bbd rf6e7123d  
    6767        u_long version;
    6868        int protocol;
    69         u_short port;
     69        int port;    /* was u_short but changed to match prototype */
    7070{
    7171        struct sockaddr_in myaddress;
Note: See TracChangeset for help on using the changeset viewer.