summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qtella/files/patch-include__sha1.h')
-rw-r--r--net-p2p/qtella/files/patch-include__sha1.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/qtella/files/patch-include__sha1.h b/net-p2p/qtella/files/patch-include__sha1.h
deleted file mode 100644
index 90f64bc43f8f..000000000000
--- a/net-p2p/qtella/files/patch-include__sha1.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- include/sha1.h.orig Fri May 21 01:14:16 2004
-+++ include/sha1.h Mon Jan 29 22:02:09 2007
-@@ -5,7 +5,12 @@
- extern "C" {
- #endif
-
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#else
-+#include <inttypes.h>
-+#define int_least16_t int16_t
-+#endif
- /*
- * If you do not have the ISO standard stdint.h header file, then you
- * must typdef the following: