we have our own int64_t
This commit is contained in:
parent
d3b1ec5808
commit
02f7401f60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79822
2 changed files with 26 additions and 0 deletions
13
net-p2p/cdonkey/files/patch-cygwin.h
Normal file
13
net-p2p/cdonkey/files/patch-cygwin.h
Normal file
|
@ -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
|
13
net/cdonkey/files/patch-cygwin.h
Normal file
13
net/cdonkey/files/patch-cygwin.h
Normal file
|
@ -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
|
Loading…
Reference in a new issue