artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7211c5
)
Nuke unused variable.
author
krw
<krw@openbsd.org>
Sat, 28 Jan 2023 13:14:01 +0000
(13:14 +0000)
committer
krw
<krw@openbsd.org>
Sat, 28 Jan 2023 13:14:01 +0000
(13:14 +0000)
sbin/disklabel/editor.c
patch
|
blob
|
history
diff --git
a/sbin/disklabel/editor.c
b/sbin/disklabel/editor.c
index
e30aaca
..
9d4c14d
100644
(file)
--- a/
sbin/disklabel/editor.c
+++ b/
sbin/disklabel/editor.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: editor.c,v 1.39
8 2023/01/25 21:44:08
krw Exp $ */
+/* $OpenBSD: editor.c,v 1.39
9 2023/01/28 13:14:01
krw Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <millert@openbsd.org>
@@
-797,7
+797,6
@@
editor_add(struct disklabel *lp, const char *p)
{
struct partition *pp;
const struct diskchunk *chunk;
- char buf[2];
int partno;
u_int64_t new_offset, new_size;