Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 07:29:59 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r305146 - soc2016/yuanxunzhang/head/sys/net
Message-ID:  <201606130729.u5D7TxRo059409@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon Jun 13 07:29:59 2016
New Revision: 305146
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=305146

Log:
  EAPS: fix complie errors

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.c

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 13 07:27:58 2016	(r305145)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 13 07:29:59 2016	(r305146)
@@ -37,6 +37,7 @@
 #include <sys/lock.h>
 #include <sys/mutex.h>
 #include <sys/ctype.h>  /* string functions */
+#include <net/ethernet.h>
 #include <net/if.h>
 #include <net/if_clone.h>
 #include <net/if_arp.h>
@@ -45,7 +46,6 @@
 #include <net/if_types.h>
 #include <net/if_var.h>
 #include <net/vnet.h>
-#include <net/ethernet.h>
 #include <net/eaps.h>
 
 /*



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