Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-02 08:27:12 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-02 08:27:12 +0400
commitf97adf983d118eee4f06807e2d9092f32e8846b1 (patch)
tree94990a300a1c9e4a4bfc91029d89d439d69088ca /winsup/cygwin/shared_info.h
parent68b3c65aa1b7d3d4b1fcd953f9de3f2ce518cd09 (diff)
* shared_info.h (mount_info): Remove mnt_ elements.
* thread.h (struct _winsup_t): Add mnt_ elements. * path.cc (fillout_mntent): Use mnt_ elements from reent_winsup ().
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r--winsup/cygwin/shared_info.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h
index cdaacebda..01e1e2bfd 100644
--- a/winsup/cygwin/shared_info.h
+++ b/winsup/cygwin/shared_info.h
@@ -40,7 +40,7 @@ public:
scheme should be satisfactory for a long while yet. */
#define MAX_MOUNTS 30
-#define MOUNT_VERSION 0x01010102
+#define MOUNT_VERSION 0x01010103
class reg_key;
class mount_info
@@ -51,12 +51,6 @@ public:
int nmounts;
mount_item mount[MAX_MOUNTS];
- /* Strings used by getmntent(). */
- char mnt_type[20];
- char mnt_opts[20];
- char mnt_fsname[MAX_PATH];
- char mnt_dir[MAX_PATH];
-
/* cygdrive_prefix is used as the root of the path automatically
prepended to a path when the path has no associated mount.
cygdrive_flags are the default flags for the cygdrives. */