diff options
Diffstat (limited to 'mail/elm/patches/patch-src_strings.c')
-rw-r--r-- | mail/elm/patches/patch-src_strings.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-src_strings.c b/mail/elm/patches/patch-src_strings.c new file mode 100644 index 00000000000..21d0624463f --- /dev/null +++ b/mail/elm/patches/patch-src_strings.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_strings.c,v 1.1 2013/02/26 11:08:17 joerg Exp $ + +--- src/strings.c.orig 2013-02-25 16:42:37.000000000 +0000 ++++ src/strings.c +@@ -165,8 +165,7 @@ char *string; + return string; + } + +-split_word(buffer, first, rest) +-char *buffer, *first, *rest; ++void split_word(char *buffer, char *first, char *rest) + { + int len; + /** Rip the buffer into first word and rest of word, translating it |