Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- login-utils/newgrp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c index 9c0f8f5..23904fe 100644 --- a/login-utils/newgrp.c +++ b/login-utils/newgrp.c @@ -63,7 +63,7 @@ static char *xgetpass(FILE *input, const char *prompt) if (tcsetattr(fd, TCSANOW, &saved)) err(EXIT_FAILURE, _("could not set terminal attributes")); if (len < 0) - err(EXIT_FAILURE, _("could not getline")); + err(EXIT_FAILURE, _("getline() failed")); if (0 < len && *(pass + len - 1) == '\n') *(pass + len - 1) = '\0'; return pass; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html