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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Aug 15 03:39:42 UTC 2016


Author: yuanxunzhang
Date: Mon Aug 15 03:39:41 2016
New Revision: 307607
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307607

Log:
  EAPS: query eaps domian status

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	Mon Aug 15 03:38:59 2016	(r307606)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Aug 15 03:39:41 2016	(r307607)
@@ -164,7 +164,7 @@
 }
 
 static void
-eaps_status(int argc, char **argv)
+eaps_status(int argc, char **argv, int s)
 {
 	printf("Debug print: -------.\n");
 	return;


More information about the svn-soc-all mailing list