Index: uspace/srv/fs/locfs/locfs_ops.c
===================================================================
--- uspace/srv/fs/locfs/locfs_ops.c	(revision 38d150e6238ab44c861f6486e46454e07caeb0f0)
+++ uspace/srv/fs/locfs/locfs_ops.c	(revision 84a1a546f62a2ba0f913f8f1bfce8d4bc68d7aa4)
@@ -590,5 +590,5 @@
 		
 		/* Wait for reply from the driver. */
-		sysarg_t rc;
+		int rc;
 		async_wait_for(msg, &rc);
 
@@ -654,5 +654,5 @@
 		
 		/* Wait for reply from the driver. */
-		sysarg_t rc;
+		int rc;
 		async_wait_for(msg, &rc);
 
@@ -752,5 +752,5 @@
 		
 		/* Wait for reply from the driver */
-		sysarg_t rc;
+		int rc;
 		async_wait_for(msg, &rc);
 		
