X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/905a55aa51624a993b54ebeee399cba2a32bcae6..c7e87bbec2da153d2de464977c216502196602d8:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index 80340688..adaa172b 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -32,8 +32,8 @@ context_read (void) char *cp; /* miscellaneous pointer */ char *nd; /* nmh directory pointer */ struct stat st; /* stat() results */ - register struct passwd *pw; /* getpwuid() results */ - register FILE *ib; /* profile and context file pointer */ + struct passwd *pw; /* getpwuid() results */ + FILE *ib; /* profile and context file pointer */ int failed_to_lock = 0; /* @@ -107,7 +107,7 @@ context_read (void) cp = concat ("Your MH-directory \"", nd, "\" doesn't exist; Create it? ", NULL); - if (!getanswer(cp)) + if (!read_yes_or_no_if_tty(cp)) adios (NULL, "unable to access MH-directory \"%s\"", nd); free (cp);