Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 16:02:40 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307963 - soc2016/yuanxunzhang/head/sys/net
Message-ID:  <201608181602.u7IG2e98050005@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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