socsvn commit: r304134 - in soc2016/yuanxunzhang/head: targets/pseudo/userland usr.sbin/eaps
yuanxunzhang at FreeBSD.org
yuanxunzhang at FreeBSD.org
Sun May 29 05:48:36 UTC 2016
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$");
More information about the svn-soc-all
mailing list