Module Name: src
Committed By: christos
Date: Wed Dec 2 12:24:02 UTC 2015
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
don't advertise stuff we don't support.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/biosboot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/biosboot.c
diff -u src/sbin/gpt/biosboot.c:1.19 src/sbin/gpt/biosboot.c:1.20
--- src/sbin/gpt/biosboot.c:1.19 Tue Dec 1 23:07:11 2015
+++ src/sbin/gpt/biosboot.c Wed Dec 2 07:24:02 2015
@@ -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 int cmd_biosboot(gpt_t, int, char
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 = {