Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/gpt Now that we use the same UUID for ZFS as FreeBSD, d...



details:   https://anonhg.NetBSD.org/src/rev/10901a0641ae
branches:  trunk
changeset: 746391:10901a0641ae
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 30 10:41:53 2020 +0000

description:
Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD marker
from the description.

diffstat:

 sbin/gpt/gpt_uuid.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 06a4252e1dcd -r 10901a0641ae sbin/gpt/gpt_uuid.c
--- a/sbin/gpt/gpt_uuid.c       Mon Mar 30 09:32:46 2020 +0000
+++ b/sbin/gpt/gpt_uuid.c       Mon Mar 30 10:41:53 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gpt_uuid.c,v 1.18 2019/06/25 04:25:11 jnemeth Exp $    */
+/*     $NetBSD: gpt_uuid.c,v 1.19 2020/03/30 10:41:53 martin Exp $     */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: gpt_uuid.c,v 1.18 2019/06/25 04:25:11 jnemeth Exp $");
+__RCSID("$NetBSD: gpt_uuid.c,v 1.19 2020/03/30 10:41:53 martin Exp $");
 #endif
 
 #include <err.h>
@@ -73,7 +73,7 @@
        { GPT_ENT_TYPE_FREEBSD_SWAP, "fbsd-swap", "FreeBSD swap" },
        { GPT_ENT_TYPE_FREEBSD_UFS, "fbsd-ufs", "FreeBSD UFS/UFS2" },
        { GPT_ENT_TYPE_FREEBSD_VINUM, "fbsd-vinum", "FreeBSD vinum" },
-       { GPT_ENT_TYPE_FREEBSD_ZFS, "fbsd-zfs", "FreeBSD ZFS" },
+       { GPT_ENT_TYPE_FREEBSD_ZFS, "zfs", "ZFS" },
        { GPT_ENT_TYPE_LINUX_DATA, "linux-data", "Linux data" },
        { GPT_ENT_TYPE_LINUX_RAID, "linux-raid", "Linux RAID" },
        { GPT_ENT_TYPE_LINUX_SWAP, "linux-swap", "Linux swap" },



Home | Main Index | Thread Index | Old Index