Module Name: src
Committed By: pooka
Date: Thu Nov 26 14:29:09 UTC 2009
Modified Files:
src/sys/sys: mount.h
Log Message:
add MOUNT_RUMPFS
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/sys/mount.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/mount.h
diff -u src/sys/sys/mount.h:1.192 src/sys/sys/mount.h:1.193
--- src/sys/sys/mount.h:1.192 Mon Oct 5 04:20:13 2009
+++ src/sys/sys/mount.h Thu Nov 26 14:29:09 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.192 2009/10/05 04:20:13 elad Exp $ */
+/* $NetBSD: mount.h,v 1.193 2009/11/26 14:29:09 pooka Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -92,6 +92,7 @@
#define MOUNT_EFS "efs" /* SGI's Extent Filesystem */
#define MOUNT_ZFS "zfs" /* Sun ZFS */
#define MOUNT_NILFS "nilfs" /* NTT's NiLFS(2) logging file system */
+#define MOUNT_RUMPFS "rumpfs" /* rump virtual file system */
#ifndef _STANDALONE