Forgot a semicolon.
-Erik
This commit is contained in:
parent
31cf8e0056
commit
d0480c26ab
@ -184,7 +184,7 @@ extern int check_wildcard_match(const char* text, const char* pattern);
|
|||||||
extern long getNum (const char *cp);
|
extern long getNum (const char *cp);
|
||||||
extern pid_t findInitPid();
|
extern pid_t findInitPid();
|
||||||
#if defined BB_INIT || defined BB_SYSLOGD
|
#if defined BB_INIT || defined BB_SYSLOGD
|
||||||
extern int device_open(char *device, int mode)
|
extern int device_open(char *device, int mode);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined BB_FEATURE_MOUNT_LOOP
|
#if defined BB_FEATURE_MOUNT_LOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user