summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mtinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/mtinfo.h')
-rw-r--r--winsup/cygwin/mtinfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/winsup/cygwin/mtinfo.h b/winsup/cygwin/mtinfo.h
index ea5a7bb43..cccaed8b7 100644
--- a/winsup/cygwin/mtinfo.h
+++ b/winsup/cygwin/mtinfo.h
@@ -1,6 +1,6 @@
/* mtinfo.h: Defininitions for the Cygwin tape driver class.
- Copyright 2004, 2005, 2006 Red Hat, Inc.
+ Copyright 2004, 2005, 2006, 2008 Red Hat, Inc.
This file is part of Cygwin.
@@ -8,9 +8,6 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#define MTINFO_MAGIC 0x179b2af0
-#define MTINFO_VERSION 2
-
/* Maximum number of supported partitions per drive. */
#define MAX_PARTITION_NUM 64
/* Maximum number of supported drives. */
@@ -132,8 +129,6 @@ public:
class mtinfo
{
- DWORD magic;
- DWORD version;
mtinfo_drive _drive[MAX_DRIVE_NUM];
public: