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 fc0110df7ea7e14571f47118909114c5dbbbd866)
@@ -41,5 +41,5 @@
 
 extern int mount(const char *, const char *, const char *, const char *,
-    const unsigned int flags);
+    unsigned int flags);
 
 #endif
