From a72bee0b87f055095a1f9e84208dd2c4a363dde2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 27 May 2007 23:09:23 +0000 Subject: Remove duplicate definition of struct statfs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@260 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/stdio.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'nuttx/include/stdio.h') diff --git a/nuttx/include/stdio.h b/nuttx/include/stdio.h index 592ded26a..ed6596286 100644 --- a/nuttx/include/stdio.h +++ b/nuttx/include/stdio.h @@ -80,17 +80,6 @@ * Public Type Definitions ************************************************************/ -struct statfs -{ - long f_bavail; /* free blocks available to non-superuser */ - long f_bfree; /* free blocks */ - long f_blocks; /* total blocks in file system */ - long f_bsize; /* fundamental file system block (bytes) */ - long f_ffree; /* free file nodes in file system */ - long f_files; /* total file nodes in file system */ - long f_type; /* type of info, zero for now */ -}; - /* Streams */ typedef FAR struct file_struct FILE; -- cgit v1.2.3