Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/wsock32/new/wsock32.h

    r3218 r21916  
    1717
    1818#define TCPV40HDRS
    19 #include <sys\socket.h>
    20 #include <sys\ioctl.h>
     19#include <sys/socket.h>
     20#include <sys/ioctl.h>
    2121#include <netdb.h>
    22 #include <netinet\in.h>
    23 #include <netinet\tcp.h>
     22#include <netinet/in.h>
     23#include <netinet/tcp.h>
    2424#include <nerrno.h>
    25 #include <sys\time.h>
     25#include <sys/time.h>
    2626
    2727#include <odinwrap.h>
     
    173173} _ws_protoent;
    174174
    175 typedef struct ws_servent 
     175typedef struct ws_servent
    176176{
    177177        char *  s_name;         /* official service name */
Note: See TracChangeset for help on using the changeset viewer.