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>2002-06-09 04:31:03 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-09 04:31:03 +0400
commit50484e8e36cd2945fbcd11524ce4f24ae5f4d8ba (patch)
treefb69e435482f82047c619069aff062a55e47105d /winsup/cygwin/shared_info.h
parent2e2dcba320d3159bc4f8fd66c7449ae73352404e (diff)
* external.cc (cygwin_internal): Make v1 mount table access invalid.
* path.cc (mount_info::init): Remove had_to_create_mount_areas initialization. (mount_info::from_registry): Remove v1 table import. (mount_info::read_v1_mounts): Eliminate. (mount_info::import_v1_mounts): Ditto. * shared_info.h (mount_info): Ditto for both of above. * sys/mount.h (MOUNT_DEVFS): New enum. (MOUNT_PROC): Ditto.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r--winsup/cygwin/shared_info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h
index 16d71eef6..2bada8781 100644
--- a/winsup/cygwin/shared_info.h
+++ b/winsup/cygwin/shared_info.h
@@ -94,13 +94,10 @@ class mount_info
int get_cygdrive_info (char *user, char *system, char* user_flags,
char* system_flags);
- void import_v1_mounts ();
-
private:
void sort ();
void read_mounts (reg_key& r);
- void read_v1_mounts (reg_key r, unsigned which);
void mount_slash ();
void to_registry ();