Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 09:03:07 +0000 (UTC)
From:      Stanislav Galabov <sgalabov@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296186 - head/sys/boot/common
Message-ID:  <201602290903.u1T937Cb080382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sgalabov
Date: Mon Feb 29 09:03:07 2016
New Revision: 296186
URL: https://svnweb.freebsd.org/changeset/base/296186

Log:
  Fix build failure introduced by r296182
  
  Approved by:	adrian (mentor)

Modified:
  head/sys/boot/common/dev_net.c

Modified: head/sys/boot/common/dev_net.c
==============================================================================
--- head/sys/boot/common/dev_net.c	Mon Feb 29 08:53:53 2016	(r296185)
+++ head/sys/boot/common/dev_net.c	Mon Feb 29 09:03:07 2016	(r296186)
@@ -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). */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602290903.u1T937Cb080382>