From: Jim Meyering Date: Mon, 10 May 2004 14:27:45 +0000 (+0000) Subject: (AD_push): Don't use errno in diagnostic about `changed dev/ino'. X-Git-Tag: v5.3.0~1591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0837deb037b279da65de71fe6aeb74bcad20e931;p=thirdparty%2Fcoreutils.git (AD_push): Don't use errno in diagnostic about `changed dev/ino'. --- diff --git a/src/remove.c b/src/remove.c index ddd634e2a7..a5beceed15 100644 --- a/src/remove.c +++ b/src/remove.c @@ -485,7 +485,7 @@ AD_push (Dirstack_state *ds, char const *dir, _("cannot lstat `.' in %s"), quote (full_filename ("."))); if ( ! SAME_INODE (sb, *dir_sb_from_parent)) - error (EXIT_FAILURE, errno, + error (EXIT_FAILURE, 0, _("%s changed dev/ino"), quote (full_filename ("."))); /* Extend the stack. */