comparison mercurial/mpatch.c @ 464:50da4bb9cab6

Merge from http://moffetthome.net:8012/ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Merge from http://moffetthome.net:8012/ manifest hash: 3a67864af6b0276eabe640274633ca2625dbd4a5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCvQKkywK+sNU5EO8RArUHAKCSGtpEfJwYGoAIpj4mBDvcPted9wCgnzML xr8WQ8DdPkJ9DVsLjvsbhJU= =O7Fd -----END PGP SIGNATURE-----
author mpm@selenic.com
date Fri, 24 Jun 2005 23:07:16 -0800
parents 688d03d6997a ea93402b81b9
children aa3d592df9b9
comparison
equal deleted inserted replaced
462:512d76558bd4 464:50da4bb9cab6
36 } 36 }
37 37
38 #else 38 #else
39 #include <netinet/in.h> 39 #include <netinet/in.h>
40 #include <sys/types.h> 40 #include <sys/types.h>
41 #include <stdint.h>
41 #endif 42 #endif
42 43
43 static char mpatch_doc[] = "Efficient binary patching."; 44 static char mpatch_doc[] = "Efficient binary patching.";
44 45
45 struct frag { 46 struct frag {