Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 23:20:56 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r305168 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201606132320.u5DNKu2N011161@socsvn.freebsd.org>

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

Log:
  EAPS: load the eaps module, when user create eaps instance

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Jun 13 23:18:06 2016	(r305167)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Jun 13 23:20:55 2016	(r305168)
@@ -31,14 +31,12 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <sys/param.h>
 #include <sys/module.h>
 #include <sys/linker.h>
-#include <net/if.h>
-#include <sys/param.h>
-#include <sys/file.h>
-#include <sys/queue.h>
 #include <sys/socket.h>
 #include <sys/sockio.h>
+#include <net/if.h>
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>



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