Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 07:16:37 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r305143 - soc2016/yuanxunzhang/head/sys/net
Message-ID:  <201606130716.u5D7GbNH033088@socsvn.freebsd.org>

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



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