diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 14:47:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 14:47:56 +0000 |
commit | ee8e8d19ef3551e67f9297b0a0334a0a0ff9b360 (patch) | |
tree | b4c602852defc2f4865e6b9a4f60c19630e8cd43 /mail/gmime2/files/patch-gmime::gmime-multipart-signed.c | |
parent | MFkde-freebsd Repository (diff) |
Update to 2.0.8
PR: 52838
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=82001
Diffstat (limited to 'mail/gmime2/files/patch-gmime::gmime-multipart-signed.c')
-rw-r--r-- | mail/gmime2/files/patch-gmime::gmime-multipart-signed.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c b/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c deleted file mode 100644 index 00db6daede13..000000000000 --- a/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gmime/gmime-multipart-signed.c.orig Mon May 19 15:02:05 2003 -+++ ./gmime/gmime-multipart-signed.c Mon May 19 15:02:16 2003 -@@ -50,7 +50,7 @@ - static void multipart_signed_remove_header (GMimeObject *object, const char *header); - static void multipart_signed_set_content_type (GMimeObject *object, GMimeContentType *content_type); - static char *multipart_signed_get_headers (GMimeObject *object); --static int multipart_signed_write_to_stream (GMimeObject *object, GMimeStream *stream); -+static ssize_t multipart_signed_write_to_stream (GMimeObject *object, GMimeStream *stream); - - - static GMimeMultipartClass *parent_class = NULL; |