Index: uspace/lib/c/include/vfs/vfs.h
===================================================================
--- uspace/lib/c/include/vfs/vfs.h	(revision 663664703394632860eadef65798f751d575e737)
+++ uspace/lib/c/include/vfs/vfs.h	(revision 2b3e88401eb51a34945bd40fdfd398cd7fdd4c1d)
@@ -49,11 +49,4 @@
 };
 
-struct statfs { 
-	short   f_type;     /* type of file system  */
-	long    f_bsize;    /* fundamental file system block size */
-	long    f_blocks;   /* total data blocks in file system */
-	long    f_bfree;    /* free blocks in fs */
-};
-
 
 extern char *absolutize(const char *, size_t *);
@@ -70,5 +63,4 @@
 extern async_exch_t *vfs_exchange_begin(void);
 extern void vfs_exchange_end(async_exch_t *);
-extern int statfs(const char *path, struct statfs *buf);
 #endif
 
