aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal.h2
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);
184extern long getNum (const char *cp); 184extern long getNum (const char *cp);
185extern pid_t findInitPid(); 185extern pid_t findInitPid();
186#if defined BB_INIT || defined BB_SYSLOGD 186#if defined BB_INIT || defined BB_SYSLOGD
187extern int device_open(char *device, int mode) 187extern 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