Module Name:    src
Committed By:   simonb
Date:           Tue Nov  1 06:47:41 UTC 2022

Modified Files:
        src/sys/sys: disklabel.h

Log Message:
Define the mount program for zfs.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/sys/disklabel.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/disklabel.h
diff -u src/sys/sys/disklabel.h:1.126 src/sys/sys/disklabel.h:1.127
--- src/sys/sys/disklabel.h:1.126	Mon Mar 28 12:33:59 2022
+++ src/sys/sys/disklabel.h	Tue Nov  1 06:47:41 2022
@@ -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(MINIXFS3,29, "MINIX FSv3", NULL,   NUL
 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

Reply via email to