diff options
Diffstat (limited to 'net-mail/hotwayd/files/hotwayd-0.8-amd64.patch')
-rw-r--r-- | net-mail/hotwayd/files/hotwayd-0.8-amd64.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mail/hotwayd/files/hotwayd-0.8-amd64.patch b/net-mail/hotwayd/files/hotwayd-0.8-amd64.patch deleted file mode 100644 index a74d9ab9131b..000000000000 --- a/net-mail/hotwayd/files/hotwayd-0.8-amd64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- hotwayd-0.8/work/hotwayd-0.8/libghttp-1.0.9-mod/md5.h 2002-11-02 00:54:21.000000000 +0000 -+++ hotwayd-0.8_patched/work/hotwayd-0.8/libghttp-1.0.9-mod/md5.h 2004-07-26 15:51:20.634345504 +0100 -@@ -38,7 +38,9 @@ - typedef unsigned short int UINT2; - - /* UINT4 defines a four byte word */ --typedef unsigned long int UINT4; -+// not on x86_64 it ain't... -+//typedef unsigned long int UINT4; -+typedef unsigned int UINT4; - - /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. - If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it |