From 37dd6e617f323e7743ca784a88ffd7b68efdbe2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 2 Jul 2005 07:33:37 +0000 Subject: [PATCH] Remove unneeded patch. --- libassuan-macro.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libassuan-macro.patch diff --git a/libassuan-macro.patch b/libassuan-macro.patch deleted file mode 100644 index 0e48608..0000000 --- a/libassuan-macro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/assuan-buffer.c~ 2004-12-07 11:29:58.000000000 +0200 -+++ src/assuan-buffer.c 2005-03-18 01:07:54.000000000 +0200 -@@ -61,7 +61,7 @@ - *r_nread = 0; - while (nleft > 0) - { -- ssize_t n = ctx->io->read (ctx, buf, nleft); -+ ssize_t n = (ctx->io->read) (ctx, buf, nleft); - - if (n < 0) - {