#include <h/dropsbr.h>
#include <h/mts.h>
#include <h/tws.h>
-#include <errno.h>
#ifdef NTOHLSWAP
# include <netinet/in.h>
int
mbx_open (char *file, int mbx_style, uid_t uid, gid_t gid, mode_t mode)
{
- int j, count, fd;
+ int j, count, fd = NOTOK;
struct stat st;
j = 0;
case ETXTBSY:
j = errno;
sleep (5);
- break;
+ continue;
default:
/* just return error */