diff options
Diffstat (limited to 'mail/ruby-tmail/files/patch-mails.c')
-rw-r--r-- | mail/ruby-tmail/files/patch-mails.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ruby-tmail/files/patch-mails.c b/mail/ruby-tmail/files/patch-mails.c new file mode 100644 index 0000000..75d704e --- /dev/null +++ b/mail/ruby-tmail/files/patch-mails.c @@ -0,0 +1,11 @@ +--- 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; |