*/
#include <h/mh.h> /* mh internals */
-#include <errno.h> /* system call errors */
#include <pwd.h> /* structure for getpwuid() results */
void
ctxpath = getcpy (m_maildir (cp));
- if ((ib = lkfopendata (ctxpath, "r", 0))) {
+ if ((ib = lkfopendata (ctxpath, "r"))) {
readconfig ((struct node **) 0, ib, cp, 1);
lkfclosedata (ib, ctxpath);
}