diff options
author | joerg <joerg@pkgsrc.org> | 2013-02-26 11:08:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-02-26 11:08:17 +0000 |
commit | 42eca960f8f39979542de701137e83695a8156c4 (patch) | |
tree | c27427b824489d07a3660ecfed70d58e68eede7d /mail/elm/patches/patch-src_fileio.c | |
parent | 8b3b0f8289215198e8e6ff044a54a7b445d69406 (diff) | |
download | pkgsrc-42eca960f8f39979542de701137e83695a8156c4.tar.gz |
Fix return types.
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 |