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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon May 30 06:40:43 UTC 2016


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

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:36:59 2016	(r304186)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:40:42 2016	(r304187)
@@ -87,6 +87,18 @@
 }
 
 static void
+createdomain(int argc, char **argv)
+{
+	return
+}
+
+static void
+deletedomain(int argc, char **argv)
+{
+	return
+}
+
+static void
 usage(const char *cp)
 {
 	if (cp != NULL)


More information about the svn-soc-all mailing list