aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nzbget/add_stdint.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-19 13:30:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-19 13:30:09 +0000
commit2c11f7bd6659a1b71465b0ad94b71ce736ea301b (patch)
treee52f601940d46a6158f5f04d9ad03405471278a4 /testing/nzbget/add_stdint.patch
parent21a1cb18172997ad668ae6fc75f83073cb7d7bd5 (diff)
downloadaports-2c11f7bd6659a1b71465b0ad94b71ce736ea301b.tar.bz2
aports-2c11f7bd6659a1b71465b0ad94b71ce736ea301b.tar.xz
testing/nzbget: upgrade to 18.1
Diffstat (limited to 'testing/nzbget/add_stdint.patch')
-rw-r--r--testing/nzbget/add_stdint.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/nzbget/add_stdint.patch b/testing/nzbget/add_stdint.patch
deleted file mode 100644
index b27307b8eb..0000000000
--- a/testing/nzbget/add_stdint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/daemon/remote/MessageBase.h
-+++ b/daemon/remote/MessageBase.h
-@@ -22,6 +22,8 @@
- #ifndef MESSAGEBASE_H
- #define MESSAGEBASE_H
-
-+#include <stdint.h>
-+
- static const int32_t NZBMESSAGE_SIGNATURE = 0x6E7A6228; // = "nzb-XX" (protocol version)
- static const int NZBREQUESTFILENAMESIZE = 512;
- static const int NZBREQUESTPASSWORDSIZE = 32;