diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
commit | af8476c755b9821c76094d821a13b9da20c008df (patch) | |
tree | 3e3e423e63291e101f1f90ca90b394f1d6709ad8 /net/cdonkey/files/patch-cygwin.h | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PX-G900. (diff) |
- Update to 0.9.0
Diffstat (limited to 'net/cdonkey/files/patch-cygwin.h')
-rw-r--r-- | net/cdonkey/files/patch-cygwin.h | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/net/cdonkey/files/patch-cygwin.h b/net/cdonkey/files/patch-cygwin.h index 61701671d28f..ae15ae2a03e8 100644 --- a/net/cdonkey/files/patch-cygwin.h +++ b/net/cdonkey/files/patch-cygwin.h @@ -1,13 +1,18 @@ ---- cygwin.h.orig Tue Apr 29 10:32:56 2003 -+++ cygwin.h Tue Apr 29 10:33:16 2003 -@@ -110,8 +110,8 @@ +--- cygwin.h.orig Sat Apr 5 20:06:44 2003 ++++ cygwin.h Thu Aug 26 18:50:49 2004 +@@ -36,7 +36,6 @@ + #include <zlib.h> + #include <ctype.h> + #include <signal.h> +-#include <malloc.h> + + #ifdef __cplusplus + #include <string> // for stl string +@@ -166,7 +165,6 @@ + #include <netinet/in.h> + #include <netinet/tcp.h> + #include <sys/poll.h> +- #include <mcheck.h> + #define dir_delim '/' #define HAVE_SIGHUP 1 #define HAVE_SIGINT 1 - #define HAVE_SIGPIPE 1 -- typedef unsigned long long uint64_t; -- typedef long long int64_t; -+// typedef unsigned long long uint64_t; -+// typedef long long int64_t; - #define closesocket close - #define ioctlsocket ioctl - #endif |