Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/gpt Do the 'dkctl makewedges' dance to drop any wedges ...
details: https://anonhg.NetBSD.org/src/rev/515a43e9e7bc
branches: trunk
changeset: 460311:515a43e9e7bc
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Wed Oct 16 19:03:53 2019 +0000
description:
Do the 'dkctl makewedges' dance to drop any wedges assoicated the
destroyed GPT.
diffstat:
sbin/gpt/destroy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 39b407f17a04 -r 515a43e9e7bc sbin/gpt/destroy.c
--- a/sbin/gpt/destroy.c Wed Oct 16 18:29:49 2019 +0000
+++ b/sbin/gpt/destroy.c Wed Oct 16 19:03:53 2019 +0000
@@ -33,7 +33,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/destroy.c,v 1.6 2005/08/31 01:47:19 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: destroy.c,v 1.12 2019/04/04 14:03:40 martin Exp $");
+__RCSID("$NetBSD: destroy.c,v 1.13 2019/10/16 19:03:53 jnemeth Exp $");
#endif
#include <sys/types.h>
@@ -59,7 +59,7 @@
"destroy",
cmd_destroy,
destroyhelp, __arraycount(destroyhelp),
- 0,
+ GPT_SYNC,
};
#define usage() gpt_usage(NULL, &c_destroy)
Home |
Main Index |
Thread Index |
Old Index