svn commit: r296186 - head/sys/boot/common

Stanislav Galabov sgalabov at FreeBSD.org
Mon Feb 29 09:03:09 UTC 2016


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). */


More information about the svn-src-head mailing list