summaryrefslogtreecommitdiffstats
path: root/net/cdonkey/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-04-29 02:38:52 +0000
committerijliao <ijliao@FreeBSD.org>2003-04-29 02:38:52 +0000
commit91698a406eba9e58188fe09fb9f5e33fa5b15cc3 (patch)
tree525292d7042804f898cda11734654c7d06e72061 /net/cdonkey/files
parentee866b313a0cfa25d9b6a51d981597bd7ec9c172 (diff)
downloadFreeBSD-ports-91698a406eba9e58188fe09fb9f5e33fa5b15cc3.zip
FreeBSD-ports-91698a406eba9e58188fe09fb9f5e33fa5b15cc3.tar.gz
we have our own int64_t
Diffstat (limited to 'net/cdonkey/files')
-rw-r--r--net/cdonkey/files/patch-cygwin.h13
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 0000000..6170167
--- /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
OpenPOWER on IntegriCloud