Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2016 06:40:43 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304187 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201605300640.u4U6ehZF062656@socsvn.freebsd.org>

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



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