socsvn commit: r305143 - soc2016/yuanxunzhang/head/sys/net

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Jun 13 07:16:38 UTC 2016


Author: yuanxunzhang
Date: Mon Jun 13 07:16:37 2016
New Revision: 305143
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=305143

Log:
  EAPS: fix complie erros

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.c

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 13 07:15:26 2016	(r305142)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 13 07:16:37 2016	(r305143)
@@ -37,12 +37,6 @@
 #include <sys/lock.h>
 #include <sys/mutex.h>
 #include <sys/ctype.h>  /* string functions */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sysexits.h>
-#include <strings.h>
-#include <unistd.h>
 #include <net/vnet.h>
 #include <net/eaps.h>
 


More information about the svn-soc-all mailing list