mercurial/mpatch.c
changeset 597 e530637ea060
parent 553 f2442a6a5893
child 1722 681c5c211b92
equal deleted inserted replaced
596:9a8daeff0ffa 597:e530637ea060
    37 		((x & 0x00ff0000UL) >>  8) |
    37 		((x & 0x00ff0000UL) >>  8) |
    38 		((x & 0xff000000UL) >> 24);
    38 		((x & 0xff000000UL) >> 24);
    39 }
    39 }
    40 #else
    40 #else
    41 #include <sys/types.h>
    41 #include <sys/types.h>
    42 #include <netinet/in.h>
    42 #include <arpa/inet.h>
    43 #endif
    43 #endif
    44 
    44 
    45 static char mpatch_doc[] = "Efficient binary patching.";
    45 static char mpatch_doc[] = "Efficient binary patching.";
    46 
    46 
    47 struct frag {
    47 struct frag {