Index: uspace/lib/libc/include/vfs/vfs.h
===================================================================
--- uspace/lib/libc/include/vfs/vfs.h	(revision 594303bc2c2613b4ab83c29adb62ad2b1a616d92)
+++ uspace/lib/libc/include/vfs/vfs.h	(revision cb41a5e8d354c38c6d53f55fadf65c3d3dc83c6f)
@@ -41,5 +41,5 @@
 
 extern int mount(const char *, const char *, const char *, const char *,
-    const unsigned int flags);
+    unsigned int flags);
 
 #endif
