diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-29 02:38:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-29 02:38:52 +0000 |
commit | 02f7401f604b2a7a7360bc0e41cafc81703b663a (patch) | |
tree | 28cc4595c4d99042330272072789e2b9e046a1bf /net-p2p/cdonkey | |
parent | d3b1ec58086ab8caacd052e1c65318b398dd0fa1 (diff) | |
download | ports-02f7401f604b2a7a7360bc0e41cafc81703b663a.tar.gz ports-02f7401f604b2a7a7360bc0e41cafc81703b663a.zip |
Notes
Diffstat (limited to 'net-p2p/cdonkey')
-rw-r--r-- | net-p2p/cdonkey/files/patch-cygwin.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/cdonkey/files/patch-cygwin.h b/net-p2p/cdonkey/files/patch-cygwin.h new file mode 100644 index 000000000000..61701671d28f --- /dev/null +++ b/net-p2p/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 |