diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
commit | f99a280743e877c14ee90a3f9e93a34ca3476a27 (patch) | |
tree | 60ca3d17596e190c8c7cbca587168946598bee8a /miscutils/devfsd.c | |
parent | 40d5dd07ea1f290eaed30a03fd598e33a8eaf495 (diff) | |
parent | 6ca8e347fed8c24655df692f22694baf7c572770 (diff) | |
download | busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.gz busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.bz2 busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 814714f53..3bf06b965 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -694,7 +694,7 @@ static void process_config_line(const char *line, unsigned long *event_mask) | |||
694 | return; | 694 | return; |
695 | 695 | ||
696 | process_config_line_err: | 696 | process_config_line_err: |
697 | msg_logger_and_die(LOG_ERR, bb_msg_bad_config, msg , line); | 697 | msg_logger_and_die(LOG_ERR, bb_msg_bad_config, msg, line); |
698 | } /* End Function process_config_line */ | 698 | } /* End Function process_config_line */ |
699 | 699 | ||
700 | static int do_servicing(int fd, unsigned long event_mask) | 700 | static int do_servicing(int fd, unsigned long event_mask) |