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:
Diffstat (limited to 'winsup/cygwin/local_includes/fhandler.h')
-rw-r--r--winsup/cygwin/local_includes/fhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/local_includes/fhandler.h b/winsup/cygwin/local_includes/fhandler.h
index 86c7b20a2..ca685a627 100644
--- a/winsup/cygwin/local_includes/fhandler.h
+++ b/winsup/cygwin/local_includes/fhandler.h
@@ -3198,7 +3198,8 @@ public:
enum dev_disk_location {
unknown_loc, invalid_loc, disk_dir,
/* Keep these in sync with dev_disk.cc:by_dir_names array: */
- disk_by_drive, disk_by_id, disk_by_partuuid, disk_by_voluuid
+ disk_by_drive, disk_by_id, disk_by_label,
+ disk_by_partuuid, disk_by_uuid, disk_by_voluuid
};
private: