X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..41eb9470878d9c58511738bea652d8f652fd2dab:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index a655effc..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,9 +135,9 @@ context_read (void) ctxpath = getcpy (m_maildir (cp)); - if ((ib = lkfopen (ctxpath, "r"))) { + if ((ib = lkfopendata (ctxpath, "r"))) { readconfig ((struct node **) 0, ib, cp, 1); - lkfclose (ib, ctxpath); + lkfclosedata (ib, ctxpath); } return;