ChangeLog, Makefile.in, ext2fs.h, finddev.c:
  finddev.c, ext2fs.h, Makefile.in: Add new file, finddev.c, which
  	provides the function ext2fs_find_block_device().  This function
  	returns the pathname to a block device, given its device number.

diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in
index 7854159..428a1ee 100644
--- a/lib/ext2fs/Makefile.in
+++ b/lib/ext2fs/Makefile.in
@@ -27,6 +27,7 @@
 	dupfs.o \
 	expanddir.o \
 	fileio.o \
+	finddev.o \
 	freefs.o \
 	get_pathname.o \
 	getsize.o \
@@ -75,6 +76,7 @@
 	$(srcdir)/dupfs.c \
 	$(srcdir)/expanddir.c \
 	$(srcdir)/fileio.c \
+	$(srcidr)/finddev.c \
 	$(srcdir)/freefs.c \
 	$(srcdir)/get_pathname.c \
 	$(srcdir)/getsize.c \