summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-03-31 13:05:24 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-03-31 13:05:24 +0000
commitbf2b4bd8eedf281cb823398d10395d46d97bd165 (patch)
treecbe98a293c5a579d4db0c0bc1943cd7bfae9605c
parent948dab4313eca6ad4c00d7b870cbd396e69b8103 (diff)
Add MOUNT_FFS2
-rw-r--r--sys/sys/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 46f6eb7e3b7..550ff982584 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount.h,v 1.67 2005/12/13 00:35:23 millert Exp $ */
+/* $OpenBSD: mount.h,v 1.68 2006/03/31 13:05:23 pedro Exp $ */
/* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */
/*
@@ -341,6 +341,7 @@ struct ostatfs {
* File system types.
*/
#define MOUNT_FFS "ffs" /* UNIX "Fast" Filesystem */
+#define MOUNT_FFS2 "ffs2" /* UNIX "Fast" Filesystem, version 2 */
#define MOUNT_UFS MOUNT_FFS /* for compatibility */
#define MOUNT_NFS "nfs" /* Network Filesystem */
#define MOUNT_MFS "mfs" /* Memory Filesystem */