socsvn commit: r307601 - soc2016/yuanxunzhang/head/usr.sbin/eaps
yuanxunzhang at FreeBSD.org
yuanxunzhang at FreeBSD.org
Mon Aug 15 02:31:56 UTC 2016
Author: yuanxunzhang
Date: Mon Aug 15 02:31:55 2016
New Revision: 307601
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307601
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 Sun Aug 14 23:38:50 2016 (r307600)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c Mon Aug 15 02:31:55 2016 (r307601)
@@ -49,7 +49,7 @@
#include <sysexits.h>
#include <strings.h>
#include <unistd.h>
-
+#include "eaps.h"
/*
* EAPS Command Line Module - configure, and display eaps
*/
@@ -186,6 +186,13 @@
return;
}
+void
+af_register(struct afswtch *p)
+{
+ p->af_next = afs;
+ afs = p;
+}
+
int
keyword(const char *cp)
{
More information about the svn-soc-all
mailing list