X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fcontext_read.c;h=166fe592906174795b39e2d167190f1cea1d095a;hb=2abb9a7cfb0930e27062088734d306e7d78e4cc2;hp=5733d3fa088592ab0b28d9c9110be44e1985521e;hpb=f85f4b7ae62e3d05a945dcd46ead51f0a2a89a9b;p=mmh diff --git a/sbr/context_read.c b/sbr/context_read.c index 5733d3f..166fe59 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -27,6 +27,8 @@ #include /* mh internals */ #include /* system call errors */ #include /* structure for getpwuid() results */ +#include +#include void context_read(void) @@ -68,7 +70,7 @@ context_read(void) } else { mmhpath = concat(mypath, "/", mmhdir, NULL); if (stat(mmhpath, &st) == -1 || (st.st_mode & S_IFDIR) == 0) { - adios(NULL, "Doesn't look like mmh is set up for your account. Run `install-mh' to do so."); + adios(NULL, "Doesn't look like mmh is set up for your account. Run `mmh' to do so."); } } @@ -154,8 +156,8 @@ context_read(void) } /* - ** context is NULL if context_foil() was called to disable use - ** of context. We also support users setting explicitly setting + ** context is NULL if the use of the context was diabled. + ** We also support users setting explicitly setting ** MMHC to /dev/null. (If this wasn't special-cased then the ** locking would be liable to fail.) */