Ignore:
Timestamp:
Oct 19, 2011, 11:26:02 AM (14 years ago)
Author:
dmik
Message:

Replace "\" with "/" in include statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/iphlpapi/iphlwrap.h

    r7973 r21720  
    22#define __IPHLWRAP_H__
    33
    4 #include <sys\socket.h>
    5 #include <sys\ioctl.h>
     4#include <sys/socket.h>
     5#include <sys/ioctl.h>
    66#include <netdb.h>
    7 #include <netinet\in.h>
    8 #include <netinet\tcp.h>
     7#include <netinet/in.h>
     8#include <netinet/tcp.h>
    99#include <nerrno.h>
    1010
     
    3434
    3535    return yyrc;
    36 } 
     36}
    3737
    3838#undef  ioctl
     
    4848
    4949    return yyrc;
    50 } 
     50}
    5151#undef  res_init
    5252#define res_init _res_init
     
    6161
    6262    return yyrc;
    63 } 
     63}
    6464
    6565#undef  sock_init
     
    7575
    7676    return yyrc;
    77 } 
     77}
    7878
    7979#undef  sock_errno
     
    8686    psock_errno(a);
    8787    SetFS(sel);
    88 } 
     88}
    8989
    9090#undef  psock_errno
     
    100100
    101101    return yyrc;
    102 } 
     102}
    103103
    104104#undef  socket
     
    114114
    115115    return yyrc;
    116 } 
     116}
    117117
    118118#undef  soclose
     
    128128
    129129    return yyrc;
    130 } 
     130}
    131131
    132132#undef  so_cancel
     
    142142
    143143    return yyrc;
    144 } 
     144}
    145145
    146146#undef  gethostname
     
    156156
    157157    return yyrc;
    158 } 
     158}
    159159
    160160#undef  gethostbyname
     
    170170
    171171    return yyrc;
    172 } 
     172}
    173173
    174174#undef  gethostbyaddr
    175175#define gethostbyaddr _gethostbyaddr
    176176
    177 #endif 
     177#endif
    178178
    179179
Note: See TracChangeset for help on using the changeset viewer.