Ignore:
Timestamp:
Sep 12, 2004, 9:40:29 PM (21 years ago)
Author:
bird
Message:

Adding BSD stuff like there was no tomorrow.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1504 r1505  
    5454#include <sys/types.h>
    5555#include <sys/cdefs.h>
     56
     57/*
     58 * Internet address (a structure for historical reasons)
     59 */
     60#ifndef _STRUCT_IN_ADDR_DECLARED
     61struct in_addr {
     62        u_long s_addr;
     63};
     64#define _STRUCT_IN_ADDR_DECLARED
     65#endif
     66
    5667#ifndef TCPV40HDRS
    5768int             TCPCALL inet_aton (const char *, struct in_addr *);
Note: See TracChangeset for help on using the changeset viewer.