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). */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to