summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mount.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-15 13:56:39 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-06-23 21:30:15 +0200
commit733af66c6e969b186b6e83ad0c9ecaf6728582df (patch)
tree5bf51d02ea7e31dcc5eb313f87338e9e6270a705 /winsup/cygwin/mount.h
parentb2867a68b9f94402e2afba49de978d9e8f9abaeb (diff)
downloadcygnal-733af66c6e969b186b6e83ad0c9ecaf6728582df.tar.gz
cygnal-733af66c6e969b186b6e83ad0c9ecaf6728582df.tar.bz2
cygnal-733af66c6e969b186b6e83ad0c9ecaf6728582df.zip
Remove support for SUNWNFS file system
Diffstat (limited to 'winsup/cygwin/mount.h')
-rw-r--r--winsup/cygwin/mount.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/mount.h b/winsup/cygwin/mount.h
index d37b673e6..0b392ca85 100644
--- a/winsup/cygwin/mount.h
+++ b/winsup/cygwin/mount.h
@@ -39,7 +39,6 @@ enum fs_info_type
cdrom,
udf,
csc_cache,
- sunwnfs,
unixfs,
mvfs,
cifs,
@@ -72,7 +71,6 @@ class fs_info
unsigned has_acls : 1;
unsigned hasgood_inode : 1;
unsigned caseinsensitive : 1;
- unsigned has_buggy_open : 1;
unsigned has_buggy_reopen : 1;
unsigned has_buggy_fileid_dirinfo : 1;
unsigned has_buggy_basic_info : 1;
@@ -97,7 +95,6 @@ class fs_info
IMPLEMENT_STATUS_FLAG (bool, has_acls)
IMPLEMENT_STATUS_FLAG (bool, hasgood_inode)
IMPLEMENT_STATUS_FLAG (bool, caseinsensitive)
- IMPLEMENT_STATUS_FLAG (bool, has_buggy_open)
IMPLEMENT_STATUS_FLAG (bool, has_buggy_reopen)
IMPLEMENT_STATUS_FLAG (bool, has_buggy_fileid_dirinfo)
IMPLEMENT_STATUS_FLAG (bool, has_buggy_basic_info)
@@ -111,7 +108,6 @@ class fs_info
IMPLEMENT_FS_FLAG (cdrom)
IMPLEMENT_FS_FLAG (udf)
IMPLEMENT_FS_FLAG (csc_cache)
- IMPLEMENT_FS_FLAG (sunwnfs)
IMPLEMENT_FS_FLAG (unixfs)
IMPLEMENT_FS_FLAG (mvfs)
IMPLEMENT_FS_FLAG (cifs)