diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 20:28:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 20:28:06 +0000 |
commit | 40920825d59874cf285390434486e88c8498d2d8 (patch) | |
tree | 1bf7d7300ac410608a50b2c402966d492373ff24 /miscutils/crontab.c | |
parent | b6332248ca4d781b4142fb9b6fe7e97a4a9ad59d (diff) | |
download | busybox-w32-40920825d59874cf285390434486e88c8498d2d8.tar.gz busybox-w32-40920825d59874cf285390434486e88c8498d2d8.tar.bz2 busybox-w32-40920825d59874cf285390434486e88c8498d2d8.zip |
rename bb_default_error_retval -> xfunc_error_retval
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
269 | if (ChangeUser(user, 0) < 0) | 269 | if (ChangeUser(user, 0) < 0) |
270 | exit(0); | 270 | exit(0); |
271 | 271 | ||
272 | bb_default_error_retval = 0; | 272 | xfunc_error_retval = 0; |
273 | fd = xopen(file, O_RDONLY); | 273 | fd = xopen(file, O_RDONLY); |
274 | buf[0] = 0; | 274 | buf[0] = 0; |
275 | write(filedes[1], buf, 1); | 275 | write(filedes[1], buf, 1); |