Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision 58898d1d7329ba67528bada931d3269d42936354)
+++ uspace/drv/bus/isa/isa.c	(revision ae7bfbbd6c5f88b20c47f0b8dec92d82046a2b33)
@@ -54,5 +54,5 @@
 #include <ipc/irc.h>
 #include <ipc/services.h>
-#include <sys/stat.h>
+#include <vfs/vfs.h>
 #include <irc.h>
 #include <ns.h>
@@ -264,6 +264,6 @@
 	opened = true;
 
-	if (fstat(fd, &st) != EOK) {
-		ddf_msg(LVL_ERROR, "Unable to fstat %d", fd);
+	if (vfs_stat(fd, &st) != EOK) {
+		ddf_msg(LVL_ERROR, "Unable to vfs_stat %d", fd);
 		goto cleanup;
 	}
