Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 23:25:37 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r305118 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201606122325.u5CNPbpL002585@socsvn.freebsd.org>

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



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