* 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 ().
This commit is contained in:
Christopher Faylor
2001-04-02 04:27:12 +00:00
parent 68b3c65aa1
commit f97adf983d
4 changed files with 25 additions and 22 deletions

View File

@@ -88,6 +88,10 @@ struct _winsup_t
struct mntent mntbuf;
int _iteration;
DWORD available_drives;
char mnt_type[80];
char mnt_opts[80];
char mnt_fsname[MAX_PATH];
char mnt_dir[MAX_PATH];
/* strerror */
char _strerror_buf[20];