Make add_dev for uclibc return something.

As it is now 'int', it needs to.

Signed-off-by: Neil Brown <neilb@suse.de>
This commit is contained in:
Neil Brown 2006-05-29 04:02:15 +00:00
parent 3bb59d4044
commit 0c239ef733
1 changed files with 1 additions and 0 deletions

1
util.c
View File

@ -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)
{