projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31cf8e0
)
Forgot a semicolon.
author
Erik Andersen
<andersen@codepoet.org>
Mon, 7 Feb 2000 20:35:14 +0000
(20:35 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Mon, 7 Feb 2000 20:35:14 +0000
(20:35 -0000)
-Erik
internal.h
patch
|
blob
|
history
diff --git
a/internal.h
b/internal.h
index 5053e699dcafdb8c145265af89525af8a84a10f3..c3814779bcf1088eef8d03ceb82d574f68522c4a 100644
(file)
--- a/
internal.h
+++ b/
internal.h
@@
-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