socsvn commit: r305168 - soc2016/yuanxunzhang/head/usr.sbin/eaps
yuanxunzhang at FreeBSD.org
yuanxunzhang at FreeBSD.org
Mon Jun 13 23:20:56 UTC 2016
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>
More information about the svn-soc-all
mailing list