diff options
Diffstat (limited to 'mail/elm/patches/patch-src_fileio.c')
-rw-r--r-- | mail/elm/patches/patch-src_fileio.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-src_fileio.c b/mail/elm/patches/patch-src_fileio.c new file mode 100644 index 00000000000..026f9002cd7 --- /dev/null +++ b/mail/elm/patches/patch-src_fileio.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_fileio.c,v 1.1 2013/02/26 11:08:17 joerg Exp $ + +--- src/fileio.c.orig 2013-02-25 16:40:58.000000000 +0000 ++++ src/fileio.c +@@ -66,9 +66,7 @@ int err; + } + + +-copy_message(dest_file, msgnum, cm_options) +-FILE *dest_file; +-int msgnum, cm_options; ++void copy_message(FILE *dest_file, int msgnum, int cm_options) + { + /** Copy selected message to destination file, with optional 'prefix' + as the prefix for each line. If remove_header is true, it will |