public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-news/snownews/files/
@ 2017-01-18  9:23 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-18  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     94318b3ce73cd0078da3eb9e44aaa10826972185
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 17:47:41 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 09:19:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94318b3c

net-news/snownews: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3516

 net-news/snownews/files/snownews-1.5.7-stdint.patch | 17 -----------------
 1 file changed, 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 f6c81e7..00000000
--- 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];


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-18  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18  9:23 [gentoo-commits] repo/gentoo:master commit in: net-news/snownews/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox