summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:47:41 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:25 +0100
commit94318b3ce73cd0078da3eb9e44aaa10826972185 (patch)
treec132f91d0a944963cb5e91d05dcba22c806a9622
parentnet-misc/udpxy: remove unused patch (diff)
downloadgentoo-94318b3ce73cd0078da3eb9e44aaa10826972185.tar.gz
gentoo-94318b3ce73cd0078da3eb9e44aaa10826972185.tar.bz2
gentoo-94318b3ce73cd0078da3eb9e44aaa10826972185.zip
net-news/snownews: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3516
-rw-r--r--net-news/snownews/files/snownews-1.5.7-stdint.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-news/snownews/files/snownews-1.5.7-stdint.patch b/net-news/snownews/files/snownews-1.5.7-stdint.patch
deleted file mode 100644
index f6c81e79925a..000000000000
--- a/net-news/snownews/files/snownews-1.5.7-stdint.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru snownews-1.5.7~/md5.h snownews-1.5.7/md5.h
---- snownews-1.5.7~/md5.h 2006-12-03 16:36:54.000000000 +0100
-+++ snownews-1.5.7/md5.h 2006-12-03 16:47:23.000000000 +0100
-@@ -31,11 +31,8 @@
- #ifndef MD5_H
- #define MD5_H
-
--#ifdef __alpha
--typedef unsigned int uint32;
--#else
--typedef unsigned long uint32;
--#endif
-+#include <stdint.h>
-+typedef uint32_t uint32;
-
- struct MD5Context {
- uint32 buf[4];