socsvn commit: r307743 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Tue Aug 16 17:54:34 UTC 2016


Author: yuanxunzhang
Date: Tue Aug 16 17:54:33 2016
New Revision: 307743
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307743

Log:
  EAPS: query eaps domian status

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	Tue Aug 16 16:50:48 2016	(r307742)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 17:54:33 2016	(r307743)
@@ -37,7 +37,7 @@
 #include <sys/socket.h>
 #include <sys/sockio.h>
 #include <net/if.h>
-#include <net/eaps.h>
+// #include <net/eaps.h>
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>


More information about the svn-soc-all mailing list