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 --- miscutils/crontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/crontab.c') diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 3706f9fd8..a3bfd495d 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c @@ -269,7 +269,7 @@ static int GetReplaceStream(const char *user, const char *file) if (ChangeUser(user, 0) < 0) exit(0); - bb_default_error_retval = 0; + xfunc_error_retval = 0; fd = xopen(file, O_RDONLY); buf[0] = 0; write(filedes[1], buf, 1); -- cgit v1.2.3