Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt don't advertise stuff we don't support.



details:   https://anonhg.NetBSD.org/src/rev/a9d1e5bfd39c
branches:  trunk
changeset: 812149:a9d1e5bfd39c
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 02 12:24:02 2015 +0000

description:
don't advertise stuff we don't support.

diffstat:

 sbin/gpt/biosboot.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 6d615b1bf31b -r a9d1e5bfd39c sbin/gpt/biosboot.c
--- a/sbin/gpt/biosboot.c       Wed Dec 02 12:20:52 2015 +0000
+++ b/sbin/gpt/biosboot.c       Wed Dec 02 12:24:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosboot.c,v 1.19 2015/12/02 04:07:11 christos Exp $ */
+/*     $NetBSD: biosboot.c,v 1.20 2015/12/02 12:24:02 christos Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: biosboot.c,v 1.19 2015/12/02 04:07:11 christos Exp $");
+__RCSID("$NetBSD: biosboot.c,v 1.20 2015/12/02 12:24:02 christos Exp $");
 #endif
 
 #include <sys/stat.h>
@@ -76,8 +76,10 @@
 
 static const char *biosboothelp[] = {
     "[-c bootcode] [-i index] [-L label]",
+#if notyet
     "[-a alignment] [-b blocknr] [-i index] [-l label]",
     "[-s size] [-t type]",
+#endif
 };
 
 struct gpt_cmd c_biosboot = {



Home | Main Index | Thread Index | Old Index