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

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Fri Jun  3 05:07:41 2016
New Revision: 304461
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304461

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:07:07 2016	(r304460)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:07:41 2016	(r304461)
@@ -126,7 +126,7 @@
 displayeaps(int argc, char **argv)
 {
 	int error = 0;
-	struct eaps_d *eaps,
+	struct eaps_d *eaps;
 
 	if (SLIST_EMPTY(&eaps_head)) {
 		warn("No eaps Configuration!");



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