Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys add MOUNT_RUMPFS
details: https://anonhg.NetBSD.org/src/rev/0f4bafd88f4d
branches: trunk
changeset: 749318:0f4bafd88f4d
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Nov 26 14:29:09 2009 +0000
description:
add MOUNT_RUMPFS
diffstat:
sys/sys/mount.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1c2ea72bd9b3 -r 0f4bafd88f4d sys/sys/mount.h
--- a/sys/sys/mount.h Thu Nov 26 13:26:23 2009 +0000
+++ b/sys/sys/mount.h Thu Nov 26 14:29:09 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index