X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/182f6368f75799e25563cbf355923a72c995078b..fbcd71b31868c9969836b00a90a0bf32b13111ef:/sbr/context_read.c?ds=sidebyside diff --git a/sbr/context_read.c b/sbr/context_read.c index 2008c26b..164f6794 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -23,7 +23,6 @@ */ #include /* mh internals */ -#include /* system call errors */ #include /* structure for getpwuid() results */ void @@ -136,7 +135,7 @@ context_read (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); }