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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Sun Jun 12 23:25:38 UTC 2016


Author: yuanxunzhang
Date: Sun Jun 12 23:25:37 2016
New Revision: 305118
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=305118

Log:
  EAPS: Create EAPS interface

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 Jun 12 23:24:34 2016	(r305117)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Sun Jun 12 23:25:37 2016	(r305118)
@@ -98,7 +98,6 @@
 createdomain(int argc, char **argv)
 {
 	int error = 0, s;
-	struct eaps_d *eaps_new;
 	char *domain_name = *(++argv);
 
 	printf("Create eaps domain %s!\n", domain_name);
@@ -131,7 +130,6 @@
 displayeaps(int argc, char **argv)
 {
 	int error = 0;
-	struct eaps_d *eaps;
 
 	exit(error);
 }


More information about the svn-soc-all mailing list