From 929a8fb33da9bf37ac6d590e39a2e60f00c6c4dd Mon Sep 17 00:00:00 2001 From: des Date: Mon, 15 Apr 2002 15:50:59 +0000 Subject: Remove bogus reference to _use_yp. --- lib/libutil/pw_util.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/libutil/pw_util.c') diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 2c082e4..c5327cc 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -244,21 +244,13 @@ pw_prompt(void) void pw_error(const char *name, int error, int eval) { -#ifdef YP - extern int _use_yp; -#endif /* YP */ if (error) { if (name != NULL) warn("%s", name); else warn(NULL); } -#ifdef YP - if (_use_yp) - warnx("NIS information unchanged"); - else -#endif /* YP */ - warnx("%s: unchanged", masterpasswd); + warnx("password information unchanged"); (void)unlink(tempname); exit(eval); } -- cgit v1.1