summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 1a6106a..5b994d6 100644
--- a/util.c
+++ b/util.c
@@ -357,6 +357,7 @@ int devlist_ready = 0;
#ifdef UCLIBC
int add_dev(const char *name, const struct stat *stb, int flag, struct FTW *s)
{
+ return 0;
}
char *map_dev(int major, int minor, int create)
{