summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimp <imp@cvs.openbsd.org>1997-02-17 16:30:26 +0000
committerimp <imp@cvs.openbsd.org>1997-02-17 16:30:26 +0000
commitc8d4a2463a1f675a24412589a2a9c126c1518588 (patch)
tree6fa84998a2e7d27ea3fb85378f4822cbc78544d6
parent383670c03e023183350415cdff1fb235cedcacde (diff)
Trivial change. Restored from backup
-rw-r--r--sbin/disklabel/disklabel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 4ad2de9a76d..8c00d8ce788 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.c,v 1.27 1997/02/16 07:42:52 deraadt Exp $ */
+/* $OpenBSD: disklabel.c,v 1.28 1997/02/17 16:30:25 imp 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.27 1997/02/16 07:42:52 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: disklabel.c,v 1.28 1997/02/17 16:30:25 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -88,7 +88,6 @@ static char rcsid[] = "$OpenBSD: disklabel.c,v 1.27 1997/02/16 07:42:52 deraadt
char *dkname, *specname;
char tmpfil[] = _PATH_TMPFILE;
-
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
char bootarea[BBSIZE];