Fix build failure introduced by r296182

Approved by:	adrian (mentor)
This commit is contained in:
sgalabov 2016-02-29 09:03:07 +00:00
parent 3dc97c4341
commit 0e171a3e62

View File

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