X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvpack.c;h=0b4dc9fcc28d392de7c3495a2c405d08e6e00ba2;hb=f480c03187724e54e5391ee61b810827da319a6c;hp=f5b1c0545c7542b31429ff8dad5120bcfcbf4dba;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/rcvpack.c b/uip/rcvpack.c index f5b1c05..0b4dc9f 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -2,14 +2,16 @@ /* * rcvpack.c -- append message to a file * - * $Id$ + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include #include #include -#include -#include +#include +#include static struct swit switches[] = { #define MBOXSW 0 @@ -99,5 +101,6 @@ main (int argc, char **argv) if (mbx_close (file, md) == NOTOK) done (RCV_MBX); - return done (RCV_MOK); + done (RCV_MOK); + return 1; }