X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/82a21b6f3cddf8ab048dcb02c080ea9797c73c5a..7b4f53959307e3434809f5dbc0ef5e0dbbb32005:/sbr/context_read.c?ds=sidebyside diff --git a/sbr/context_read.c b/sbr/context_read.c index d2524c7c..3084ff53 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -28,8 +28,6 @@ #include /* system call errors */ #include /* structure for getpwuid() results */ -extern int errno; /* system call error number */ - void context_read (void) { @@ -126,7 +124,7 @@ context_read (void) if ((ib = lkfopen (ctxpath, "r"))) { readconfig ((struct node **) 0, ib, cp, 1); - lkfclose (ib); + lkfclose (ib, ctxpath); } return;