* fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioning

of drives supporting select partitions.
	(mtinfo_drive::get_status): Fill in current partition and number of
	partitions on tape into mt_resid.
	* include/cygwin/mtio.h (struct mtget): Align mt_resid comment to
	aforementioned change.
	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
Corinna Vinschen
2013-08-21 20:28:12 +00:00
parent 30990eaa27
commit 3ee82da30d
5 changed files with 30 additions and 6 deletions

View File

@@ -5,6 +5,9 @@ What's new:
What changed:
-------------
- Redefine content of mtget tape info struct to allow fetching the number of
partitions on a tape.
Bug fixes:
----------