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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 05:02:41 UTC 2016


Author: yuanxunzhang
Date: Fri Jun  3 05:02:40 2016
New Revision: 304459
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304459

Log:
  freeBSD:EAPS development

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	Fri Jun  3 05:00:28 2016	(r304458)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:02:40 2016	(r304459)
@@ -125,7 +125,7 @@
 displayeaps(int argc, char **argv)
 {
 	int error = 0;
-	struct keymap *eaps,
+	struct eaps_d *eaps,
 	warnx("Display eaps domain");
 
 	if (SLIST_EMPTY(&eaps_head)) {


More information about the svn-soc-all mailing list