X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c066b395274021182a5f0530ccfeb1bcd167d860..9f1e781a5c2beb9df943c832300a3f5bee1e4ed3:/uip/dropsbr.c diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 8cc07cb0..2d19f219 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -5,22 +5,15 @@ * complete copyright information. */ -#include -#include -#include -#include -#include -#include -#include "../sbr/lock_file.h" -#include "../sbr/m_mktemp.h" - -#ifdef NTOHLSWAP -# include -#else -# undef ntohl -# define ntohl(n) (n) -#endif - +#include "h/nmh.h" +#include "h/mh.h" +#include "sbr/error.h" +#include "h/utils.h" +#include "h/dropsbr.h" +#include "h/mts.h" +#include "h/tws.h" +#include "sbr/lock_file.h" +#include "sbr/m_mktemp.h" #include /* @@ -195,7 +188,7 @@ mbx_copy (char *mailbox, int mbx_style, int md, int fd, if (write (md, MMDF_DELIM, j) != j) return NOTOK; - return (i != NOTOK ? OK : NOTOK); + return i == NOTOK ? NOTOK : OK; case MBOX_FORMAT: if ((j = dup (fd)) == NOTOK)