aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-04-06 09:03:19 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-04-06 09:03:19 +0000
commit4a548e4decd14e6b40630a4c83ddc48744752046 (patch)
treedc20751f769e2dc591a5be22b203b5ae34b43fb1 /sys
parent3605c315792a79bcf8c9ff50a7294ccc838b8fee (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index e2845a7807fa..3c2363304c71 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
+ * $Id: disklabel.h,v 1.37 1999/03/23 04:08:42 grog Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -249,7 +249,7 @@ static char *dktypenames[] = {
#define FS_HPFS 11 /* OS/2 high-performance file system */
#define FS_ISO9660 12 /* ISO 9660, normally CD-ROM */
#define FS_BOOT 13 /* partition contains bootstrap */
-
+#define FS_VINUM 14 /* Vinum drive */
#ifdef DKTYPENAMES
static char *fstypenames[] = {
"unused",
@@ -266,6 +266,7 @@ static char *fstypenames[] = {
"HPFS",
"ISO9660",
"boot",
+ "vinum",
NULL
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)