Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/dist/lib/libzfs/common this is not FreeBSD
details: https://anonhg.NetBSD.org/src/rev/97febc7e3ba2
branches: trunk
changeset: 379139:97febc7e3ba2
user: nia <nia%NetBSD.org@localhost>
date: Thu May 13 09:05:19 2021 +0000
description:
this is not FreeBSD
diffstat:
external/cddl/osnet/dist/lib/libzfs/common/libzfs_dataset.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 038747a6bdd4 -r 97febc7e3ba2 external/cddl/osnet/dist/lib/libzfs/common/libzfs_dataset.c
--- a/external/cddl/osnet/dist/lib/libzfs/common/libzfs_dataset.c Thu May 13 09:03:35 2021 +0000
+++ b/external/cddl/osnet/dist/lib/libzfs/common/libzfs_dataset.c Thu May 13 09:05:19 2021 +0000
@@ -1135,7 +1135,7 @@ badlabel:
m_label_free(new_sl); /* OK if null */
#else /* !illumos */
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
- "mlslabel is not supported on FreeBSD"));
+ "mlslabel is not supported on NetBSD"));
(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
#endif /* illumos */
goto error;
@@ -1644,7 +1644,7 @@ zfs_prop_set_list(zfs_handle_t *zhp, nvl
case ZFS_PROP_NBMAND:
case ZFS_PROP_MLSLABEL:
(void) snprintf(errbuf, sizeof (errbuf),
- "property '%s' not supported on FreeBSD",
+ "property '%s' not supported on NetBSD",
nvpair_name(elem));
ret = zfs_error(hdl, EZFS_PERM, errbuf);
goto error;
Home |
Main Index |
Thread Index |
Old Index