Index: uspace/srv/vfs/vfs.c
===================================================================
--- uspace/srv/vfs/vfs.c	(revision 0993087d21ce36c0447d19abc526a783b55a4242)
+++ uspace/srv/vfs/vfs.c	(revision c61d34be34099f5ca3cf83937a9935c4e09a9773)
@@ -49,6 +49,4 @@
 
 #define NAME "vfs"
-
-#define dprintf(...)	printf(__VA_ARGS__)
 
 static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall)
Index: uspace/srv/vfs/vfs_ops.c
===================================================================
--- uspace/srv/vfs/vfs_ops.c	(revision 0993087d21ce36c0447d19abc526a783b55a4242)
+++ uspace/srv/vfs/vfs_ops.c	(revision c61d34be34099f5ca3cf83937a9935c4e09a9773)
@@ -154,5 +154,5 @@
 	}
 	/* Allocate buffer for the mount point data being received. */
-	uint8_t *buf;
+	char *buf;
 	buf = malloc(size + 1);
 	if (!buf) {
