Ignore:
Timestamp:
May 19, 2003, 3:20:02 PM (22 years ago)
Author:
bird
Message:

TCPV40HDRS function wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/arpa/inet.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    4444#endif
    4545
     46
     47#ifdef TCPV40HDRS
     48/** @name tcpip40 function mappings.
     49 * @{ */
     50#define inet_addr       tcpip40_inet_addr
     51#define inet_lnaof      tcpip40_inet_lnaof
     52#define inet_makeaddr   tcpip40_inet_makeaddr
     53#define inet_netof      tcpip40_inet_netof
     54#define inet_network    tcpip40_inet_network
     55#define inet_ntoa       tcpip40_inet_ntoa
     56/* @} */
     57#endif
     58
     59
    4660/* External definitions for functions in inet(3) */
    4761
Note: See TracChangeset for help on using the changeset viewer.