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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon May 30 06:41:48 UTC 2016


Author: yuanxunzhang
Date: Mon May 30 06:41:47 2016
New Revision: 304188
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304188

Log:
  update eaps commands modules

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 May 30 06:40:42 2016	(r304187)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:41:47 2016	(r304188)
@@ -89,13 +89,13 @@
 static void
 createdomain(int argc, char **argv)
 {
-	return
+	return;
 }
 
 static void
 deletedomain(int argc, char **argv)
 {
-	return
+	return;
 }
 
 static void


More information about the svn-soc-all mailing list