* include/sys/statvfs.h (ST_RDONLY): Define.
(ST_NOSUID): Define.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2005-02-23  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* include/sys/statvfs.h (ST_RDONLY): Define. | ||||
| 	(ST_NOSUID): Define. | ||||
|  | ||||
| 2005-02-23  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* cygwin.din (fstatvfs): Export. | ||||
|   | ||||
| @@ -13,6 +13,9 @@ details. */ | ||||
|  | ||||
| #include <sys/types.h> | ||||
|  | ||||
| #define ST_RDONLY 0x80000	/* equals FILE_READ_ONLY_VOLUME */ | ||||
| #define ST_NOSUID 0		/* Looking for that bit should always fail. */ | ||||
|  | ||||
| struct statvfs { | ||||
|    unsigned long    f_bsize;    /* file system block size */ | ||||
|    unsigned long    f_frsize;   /* fragment size */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user