diff options
| author | Ron Yorston <rmy@pobox.com> | 2023-07-13 08:06:26 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2023-07-13 08:06:26 +0100 |
| commit | bd978d0256fd3a67de1a7dd54f1a37f9435be363 (patch) | |
| tree | cb869384a533ac0d95fe787d75be6c050e1e7c1a /miscutils/devfsd.c | |
| parent | b2901ce8efa050da00e0f3a73f3be9bf9402deea (diff) | |
| parent | d70256a5c719439cc6fab6a4571c1bb46178e4c7 (diff) | |
| download | busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.gz busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.bz2 busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.zip | |
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/devfsd.c')
| -rw-r--r-- | miscutils/devfsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 297693f8c..36b491595 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -354,10 +354,10 @@ static const char bb_msg_variable_not_found[] ALIGN1 = "variable: %s not found"; | |||
| 354 | #define simple_info_logger(p, msg) | 354 | #define simple_info_logger(p, msg) |
| 355 | #define msg_logger(p, fmt, args...) | 355 | #define msg_logger(p, fmt, args...) |
| 356 | #define simple_msg_logger(p, msg) | 356 | #define simple_msg_logger(p, msg) |
| 357 | #define msg_logger_and_die(p, fmt, args...) exit(EXIT_FAILURE) | 357 | #define msg_logger_and_die(p, fmt, args...) exit_FAILURE() |
| 358 | #define simple_msg_logger_and_die(p, msg) exit(EXIT_FAILURE) | 358 | #define simple_msg_logger_and_die(p, msg) exit_FAILURE() |
| 359 | #define error_logger(p, fmt, args...) | 359 | #define error_logger(p, fmt, args...) |
| 360 | #define error_logger_and_die(p, fmt, args...) exit(EXIT_FAILURE) | 360 | #define error_logger_and_die(p, fmt, args...) exit_FAILURE() |
| 361 | #endif | 361 | #endif |
| 362 | 362 | ||
| 363 | static void safe_memcpy(char *dest, const char *src, int len) | 363 | static void safe_memcpy(char *dest, const char *src, int len) |
