Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 05:48:35 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304134 - in soc2016/yuanxunzhang/head: targets/pseudo/userland usr.sbin/eaps
Message-ID:  <201605290548.u4T5mZg3049867@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Sun May 29 05:48:34 2016
New Revision: 304134
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304134

Log:
  add eaps commond modules

Modified:
  soc2016/yuanxunzhang/head/targets/pseudo/userland/Makefile.depend
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- soc2016/yuanxunzhang/head/targets/pseudo/userland/Makefile.depend	Sun May 29 04:56:48 2016	(r304133)
+++ soc2016/yuanxunzhang/head/targets/pseudo/userland/Makefile.depend	Sun May 29 05:48:34 2016	(r304134)
@@ -569,6 +569,7 @@
 	usr.sbin/dnssec-settime \
 	usr.sbin/dnssec-signzone \
 	usr.sbin/dumpcis \
+	usr.sbin/eaps \
 	usr.sbin/editmap \
 	usr.sbin/edquota \
 	usr.sbin/etcupdate \

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Sun May 29 04:56:48 2016	(r304133)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Sun May 29 05:48:34 2016	(r304134)
@@ -30,17 +30,6 @@
  * SUCH DAMAGE.
  */
 
-#if 0
-#ifndef lint
-static char const copyright[] =
-"@(#) Copyright (c) 1984, 1993\n\
-	The Regents of the University of California.  All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-static char const sccsid[] = "@(#)from: eaps.c	8.2 (Berkeley) 1/2/94";
-#endif /* not lint */
-#endif
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 



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