X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..29db9a64a:/uip/rcvpack.c?ds=inline diff --git a/uip/rcvpack.c b/uip/rcvpack.c index 9215b00e..18937bc2 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -10,6 +10,7 @@ #include #include #include +#include #define RCVPACK_SWITCHES \ X("mbox", 0, MBOXSW) \ @@ -86,7 +87,7 @@ main (int argc, char **argv) done (RCV_MBX); /* append the message */ - if (mbx_copy (file, mbx_style, md, fileno(stdin), 1, NULL, 0) == NOTOK) { + if (mbx_copy (file, mbx_style, md, fileno(stdin), NULL) == NOTOK) { mbx_close (file, md); done (RCV_MBX); }