From 40920825d59874cf285390434486e88c8498d2d8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Oct 2006 20:28:06 +0000 Subject: rename bb_default_error_retval -> xfunc_error_retval --- coreutils/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/tty.c') diff --git a/coreutils/tty.c b/coreutils/tty.c index 924aff2d5..eb8c3dd0f 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c @@ -21,7 +21,7 @@ int tty_main(int argc, char **argv) int silent; /* Note: No longer relevant in SUSv3. */ int retval; - bb_default_error_retval = 2; /* SUSv3 requires > 1 for error. */ + xfunc_error_retval = 2; /* SUSv3 requires > 1 for error. */ silent = bb_getopt_ulflags(argc, argv, "s"); -- cgit v1.2.3