diff options
author | 1996-10-01 09:23:38 +0000 | |
---|---|---|
committer | 1996-10-01 09:23:38 +0000 | |
commit | c7e8c491ad95b03a1193de02c3072af63c653559 (patch) | |
tree | bd7a8892386d10a86b78d3f957c591a735d676fb | |
parent | Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigm (diff) | |
download | wireguard-openbsd-c7e8c491ad95b03a1193de02c3072af63c653559.tar.xz wireguard-openbsd-c7e8c491ad95b03a1193de02c3072af63c653559.zip |
Make it compilable even if NUMBOOT=1 (vax). -moj
-rw-r--r-- | sbin/disklabel/disklabel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 348fcc3ac48..aaed7eede78 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.21 1996/09/30 11:28:35 deraadt Exp $ */ +/* $OpenBSD: disklabel.c,v 1.22 1996/10/01 09:23:38 maja Exp $ */ /* $NetBSD: disklabel.c,v 1.30 1996/03/14 19:49:24 ghudson Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = "$OpenBSD: disklabel.c,v 1.21 1996/09/30 11:28:35 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: disklabel.c,v 1.22 1996/10/01 09:23:38 maja Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -1458,7 +1458,7 @@ usage() char blank[] = " "; #if NUMBOOT == 1 - boot = " [-B [-b xxboot]]" + boot = " [-B [-b xxboot]]"; #elif NUMBOOT == 2 boot = " [-B [-b xxboot [-s bootxx]]]"; #endif |