Index: uspace/srv/fs/exfat/exfat_bitmap.h
===================================================================
--- uspace/srv/fs/exfat/exfat_bitmap.h	(revision 5d5863ccd79dd1ce2ef86c5426aadb1dd94a98ea)
+++ uspace/srv/fs/exfat/exfat_bitmap.h	(revision 25c60f4e31eed4c7355c6d2aa86ca7f9ca81851a)
@@ -53,7 +53,8 @@
     exfat_cluster_t clst);
 extern int bitmap_set_cluster(struct exfat_bs *bs, devmap_handle_t devmap_handle, 
-    exfat_cluster_t firstc);
+    exfat_cluster_t clst);
 extern int bitmap_clear_cluster(struct exfat_bs *bs, devmap_handle_t devmap_handle, 
-    exfat_cluster_t firstc);
+    exfat_cluster_t clst);
+
 extern int bitmap_set_clusters(struct exfat_bs *bs, devmap_handle_t devmap_handle, 
     exfat_cluster_t firstc, exfat_cluster_t count);
