From: imp Date: Mon, 17 Feb 1997 16:30:25 +0000 (+0000) Subject: Trivial change. Restored from backup X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d837bc2da585e27c9c11677e5c93aabcf556befc;p=openbsd Trivial change. Restored from backup --- 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 @@ -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];