X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8f4c5da8971926f7eccc912f7998c343aef3c33b..07808bdbf87f2caf032bfbe8f47fa6c1ab851332:/uip/rcvpack.c diff --git a/uip/rcvpack.c b/uip/rcvpack.c index a7601776..0b4dc9fc 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 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; }