Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Define the mount program for zfs.
details: https://anonhg.NetBSD.org/src/rev/3df5d973f011
branches: trunk
changeset: 372228:3df5d973f011
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Nov 01 06:47:41 2022 +0000
description:
Define the mount program for zfs.
diffstat:
sys/sys/disklabel.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 73c79da91869 -r 3df5d973f011 sys/sys/disklabel.h
--- a/sys/sys/disklabel.h Tue Nov 01 00:57:39 2022 +0000
+++ b/sys/sys/disklabel.h Tue Nov 01 06:47:41 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.126 2022/03/28 12:33:59 riastradh Exp $ */
+/* $NetBSD: disklabel.h,v 1.127 2022/11/01 06:47:41 simonb Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -399,7 +399,7 @@
x(VMKCORE, 30, "VMware vmkcore", NULL, NULL) /* VMware vmkcore */ \
x(VMFS, 31, "VMware VMFS", NULL, NULL) /* VMware VMFS */ \
x(VMWRESV, 32, "VMware Reserved", NULL, NULL) /* VMware reserved */ \
-x(ZFS, 33, "ZFS", NULL, NULL) /* ZFS */
+x(ZFS, 33, "ZFS", NULL, "zfs") /* ZFS */
#ifndef _LOCORE
Home |
Main Index |
Thread Index |
Old Index