diff options
Diffstat (limited to 'libbb/find_root_device.c')
-rw-r--r-- | libbb/find_root_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index dfe0cfa7b..d1ffc87f5 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include "libbb.h" | 27 | #include "libbb.h" |
28 | 28 | ||
29 | extern char *find_block_device(char *path) | 29 | char *find_block_device(char *path) |
30 | { | 30 | { |
31 | DIR *dir; | 31 | DIR *dir; |
32 | struct dirent *entry; | 32 | struct dirent *entry; |