From 02f7401f604b2a7a7360bc0e41cafc81703b663a Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 29 Apr 2003 02:38:52 +0000 Subject: we have our own int64_t --- net/cdonkey/files/patch-cygwin.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/cdonkey/files/patch-cygwin.h (limited to 'net/cdonkey/files/patch-cygwin.h') diff --git a/net/cdonkey/files/patch-cygwin.h b/net/cdonkey/files/patch-cygwin.h new file mode 100644 index 000000000000..61701671d28f --- /dev/null +++ b/net/cdonkey/files/patch-cygwin.h @@ -0,0 +1,13 @@ +--- cygwin.h.orig Tue Apr 29 10:32:56 2003 ++++ cygwin.h Tue Apr 29 10:33:16 2003 +@@ -110,8 +110,8 @@ + #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 -- cgit v1.2.3