Forgot a semicolon.
-Erik
This commit is contained in:
parent
31cf8e0056
commit
d0480c26ab
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ extern int check_wildcard_match(const char* text, const char* pattern);
|
|||
extern long getNum (const char *cp);
|
||||
extern pid_t findInitPid();
|
||||
#if defined BB_INIT || defined BB_SYSLOGD
|
||||
extern int device_open(char *device, int mode)
|
||||
extern int device_open(char *device, int mode);
|
||||
#endif
|
||||
|
||||
#if defined BB_FEATURE_MOUNT_LOOP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue