summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgalabov <sgalabov@FreeBSD.org>2016-02-29 09:03:07 +0000
committersgalabov <sgalabov@FreeBSD.org>2016-02-29 09:03:07 +0000
commit0e171a3e623b6d778425812b88db601747d77bf6 (patch)
treec5d0a95989f57e7d2b03ea39a3b0bf3353b33bda
parent3dc97c4341b6c5a0163c12badc7f50628cecf4e6 (diff)
downloadFreeBSD-src-0e171a3e623b6d778425812b88db601747d77bf6.zip
FreeBSD-src-0e171a3e623b6d778425812b88db601747d77bf6.tar.gz
Fix build failure introduced by r296182
Approved by: adrian (mentor)
-rw-r--r--sys/boot/common/dev_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c
index 58958e5..873b28d 100644
--- a/sys/boot/common/dev_net.c
+++ b/sys/boot/common/dev_net.c
@@ -111,7 +111,6 @@ net_init(void)
static int
net_open(struct open_file *f, ...)
{
- char temp[FNAME_SIZE];
struct iodesc *d;
va_list args;
char *devname; /* Device part of file name (or NULL). */
OpenPOWER on IntegriCloud