diff options
Diffstat (limited to 'net-news/snownews')
-rw-r--r-- | net-news/snownews/files/snownews-1.5.7-stdint.patch | 17 |
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]; |