From 733af66c6e969b186b6e83ad0c9ecaf6728582df Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 15 Dec 2015 13:56:39 +0100 Subject: Remove support for SUNWNFS file system --- winsup/cygwin/mount.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/cygwin/mount.h') 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) -- cgit v1.2.3