Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 06:50:33 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307710 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608160650.u7G6oX4I067587@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Tue Aug 16 06:50:32 2016
New Revision: 307710
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307710

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 03:44:08 2016	(r307709)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 06:50:32 2016	(r307710)
@@ -36,8 +36,8 @@
 #include <sys/linker.h>
 #include <sys/socket.h>
 #include <sys/sockio.h>
-#include <net/if.h>
 #include <net/eaps.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?201608160650.u7G6oX4I067587>