From 24ed9451bdd3450954e900c77a767ed3bcb17e72 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 7 Oct 2002 10:24:26 +0000 Subject: statfs header cleanup --- include/fusestat.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/fusestat.h (limited to 'include/fusestat.h') diff --git a/include/fusestat.h b/include/fusestat.h deleted file mode 100644 index a18509c..0000000 --- a/include/fusestat.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __FUSESTAT_H_ -#define __FUSESTAT_H_ -/* this is seperated out into its own file because both - * kernel and lib use it, but neither can #include the - * other's headerfile */ -typedef struct fuse_statfs { - long block_size; - long blocks; - long blocks_free; - long files; - long files_free; - long namelen; -} fuse_statfs_t; -#endif -- cgit v1.2.3