diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-29 10:38:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-29 10:38:52 +0800 |
commit | 91698a406eba9e58188fe09fb9f5e33fa5b15cc3 (patch) | |
tree | 525292d7042804f898cda11734654c7d06e72061 /net/cdonkey | |
parent | ee866b313a0cfa25d9b6a51d981597bd7ec9c172 (diff) | |
download | freebsd-ports-gnome-91698a406eba9e58188fe09fb9f5e33fa5b15cc3.tar.gz freebsd-ports-gnome-91698a406eba9e58188fe09fb9f5e33fa5b15cc3.tar.zst freebsd-ports-gnome-91698a406eba9e58188fe09fb9f5e33fa5b15cc3.zip |
we have our own int64_t
Diffstat (limited to 'net/cdonkey')
-rw-r--r-- | net/cdonkey/files/patch-cygwin.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |