diff options
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h index 5053e699d..c3814779b 100644 --- a/internal.h +++ b/internal.h | |||
@@ -184,7 +184,7 @@ extern int check_wildcard_match(const char* text, const char* pattern); | |||
184 | extern long getNum (const char *cp); | 184 | extern long getNum (const char *cp); |
185 | extern pid_t findInitPid(); | 185 | extern pid_t findInitPid(); |
186 | #if defined BB_INIT || defined BB_SYSLOGD | 186 | #if defined BB_INIT || defined BB_SYSLOGD |
187 | extern int device_open(char *device, int mode) | 187 | extern int device_open(char *device, int mode); |
188 | #endif | 188 | #endif |
189 | 189 | ||
190 | #if defined BB_FEATURE_MOUNT_LOOP | 190 | #if defined BB_FEATURE_MOUNT_LOOP |