Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 05:02:40 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304459 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201606030502.u5352e3R047063@socsvn.freebsd.org>

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



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