*/
#include <h/mh.h> /* mh internals */
-#include <errno.h> /* system call errors */
#include <pwd.h> /* structure for getpwuid() results */
void
struct stat st; /* stat() results */
register struct passwd *pw; /* getpwuid() results */
register FILE *ib; /* profile and context file pointer */
+ int failed_to_lock = 0;
/*
* If this routine _is_ called again (despite the wanings in the
ctxpath = getcpy (m_maildir (cp));
- if ((ib = lkfopendata (ctxpath, "r", 0))) {
+ if ((ib = lkfopendata (ctxpath, "r", &failed_to_lock))) {
readconfig ((struct node **) 0, ib, cp, 1);
lkfclosedata (ib, ctxpath);
}