diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 07:38:36 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 07:38:36 +0000 |
| commit | e6dde943ec09e29f07ff58061aef91423377545c (patch) | |
| tree | 02d231ab670c02764560d81d6f7a647b617f6c9b /miscutils | |
| parent | c101f6a7612a112c067cb8159aea937c2baa9596 (diff) | |
| download | busybox-w32-e6dde943ec09e29f07ff58061aef91423377545c.tar.gz busybox-w32-e6dde943ec09e29f07ff58061aef91423377545c.tar.bz2 busybox-w32-e6dde943ec09e29f07ff58061aef91423377545c.zip | |
Patch from Florian Schirmer. compile fix for debug builds
git-svn-id: svn://busybox.net/trunk/busybox@8540 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/devfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index ada0bae33..6a249bdce 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -246,7 +246,7 @@ static char get_old_ide_name (unsigned , unsigned); | |||
| 246 | static char *write_old_sd_name (char *, unsigned, unsigned, char *); | 246 | static char *write_old_sd_name (char *, unsigned, unsigned, char *); |
| 247 | 247 | ||
| 248 | /* busybox functions */ | 248 | /* busybox functions */ |
| 249 | #ifdef CONFIG_DEVFSD_VERBOSE | 249 | #if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG) |
| 250 | static void msg_logger(int die, int pri, const char * fmt, ... ); | 250 | static void msg_logger(int die, int pri, const char * fmt, ... ); |
| 251 | #endif | 251 | #endif |
| 252 | static void do_ioctl(int die, int fd, int request, unsigned long event_mask_flag); | 252 | static void do_ioctl(int die, int fd, int request, unsigned long event_mask_flag); |
| @@ -303,7 +303,7 @@ const char * const bb_msg_small_buffer = "buffer too small\n"; | |||
| 303 | const char * const bb_msg_variable_not_found = "variable: %s not found\n"; | 303 | const char * const bb_msg_variable_not_found = "variable: %s not found\n"; |
| 304 | #endif | 304 | #endif |
| 305 | 305 | ||
| 306 | #ifdef CONFIG_DEVFSD_VERBOSE | 306 | #if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG) |
| 307 | static void msg_logger(int die, int pri, const char * fmt, ... ) | 307 | static void msg_logger(int die, int pri, const char * fmt, ... ) |
| 308 | { | 308 | { |
| 309 | va_list ap; | 309 | va_list ap; |
