X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b54c3cca7632b31faf33e57f35631e9589551e1a..28ebf6bb835e9954c0f959b56c8abac2bf3decd5:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index 66685b44..5eb5243c 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -20,6 +20,7 @@ */ #include "h/mh.h" +#include "sbr/dtime.h" #include "sbr/m_gmprot.h" #include "sbr/m_getfld.h" #include "sbr/getarguments.h" @@ -34,7 +35,6 @@ #include "sbr/print_help.h" #include "sbr/error.h" #include "h/dropsbr.h" -#include "h/rcvmail.h" #include "h/signals.h" #include #include "h/tws.h" @@ -392,7 +392,7 @@ main (int argc, char **argv) /* deliver the message */ status = localmail (fd, mdlvr); - done (status != -1 ? RCV_MOK : RCV_MBX); + done(status != -1 ? 0 : 1); return 1; }