diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2002-10-07 10:24:26 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2002-10-07 10:24:26 +0000 |
commit | 24ed9451bdd3450954e900c77a767ed3bcb17e72 (patch) | |
tree | 5a0b365762011eadd00b2c2e76fda16823db4187 /include/fusestat.h | |
parent | 27fc1b30dcd61555597363a4ab12e457e467d73c (diff) | |
download | libfuse-24ed9451bdd3450954e900c77a767ed3bcb17e72.tar.gz |
statfs header cleanup
Diffstat (limited to 'include/fusestat.h')
-rw-r--r-- | include/fusestat.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 |