socsvn commit: r307963 - soc2016/yuanxunzhang/head/sys/net

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Thu Aug 18 16:02:41 UTC 2016


Author: yuanxunzhang
Date: Thu Aug 18 16:02:40 2016
New Revision: 307963
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307963

Log:
  EAPS: query eaps domian status

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

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.c	Thu Aug 18 15:51:50 2016	(r307962)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Thu Aug 18 16:02:40 2016	(r307963)
@@ -72,7 +72,7 @@
 static void	eaps_init(void *);
 void eaps_attach(struct eaps_state *);
 void eaps_detach(struct eaps_state *);
-voide eaps_status(struct eaps_softc *, struct eaps_state *);
+void eaps_status(struct eaps_softc *, struct eaps_state *);
 
 static VNET_DEFINE(struct if_clone *, eaps_cloner);
 #define	V_eaps_cloner	VNET(eaps_cloner)


More information about the svn-soc-all mailing list