diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-01 12:13:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-01 12:13:03 +0000 |
commit | 75a8633931bac34fe7ef54703d67fd9a2007f583 (patch) | |
tree | 8460de4079b7e178cf6fe5b9a31ec4f0ab5565a4 /mail/rubygem-tmail/files/patch-mails.c | |
parent | Add entry for ftp4.br.FreeBSD.org. (diff) |
Update to 0.10.7.
Notes
Notes:
svn path=/head/; revision=81887
Diffstat (limited to 'mail/rubygem-tmail/files/patch-mails.c')
-rw-r--r-- | mail/rubygem-tmail/files/patch-mails.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/rubygem-tmail/files/patch-mails.c b/mail/rubygem-tmail/files/patch-mails.c deleted file mode 100644 index 75d704eda870..000000000000 --- a/mail/rubygem-tmail/files/patch-mails.c +++ /dev/null @@ -1,11 +0,0 @@ ---- packages/tmail/ext/tmail/mails/mails.c.orig Sun Nov 10 23:18:39 2002 -+++ packages/tmail/ext/tmail/mails/mails.c Sat Nov 16 04:55:28 2002 -@@ -58,7 +58,7 @@ - - static VALUE - mails_s_new(klass, str, ident, cmt) -- VALUE klass; -+ VALUE klass, str, ident, cmt; - { - struct scanner *sc; - const char *tmp; |