*/
#include "h/mh.h"
+#include "distsbr.h"
+#include "sbr/m_gmprot.h"
+#include "sbr/m_getfld.h"
+#include "sbr/getarguments.h"
+#include "sbr/smatch.h"
#include "sbr/cpydata.h"
#include "sbr/context_find.h"
#include "sbr/ambigsw.h"
#include "sbr/arglist.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
-#include "h/rcvmail.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/done.h"
if (tmpfil[0])
(void) m_unlink (tmpfil);
- exit (status ? RCV_MBX : RCV_MOK);
+ exit(status ? 1 : 0);
}