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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Jun 13 06:16:50 UTC 2016


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

Log:
  EAPS: Create EAPS interface

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 05:43:42 2016	(r305136)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 13 06:16:49 2016	(r305137)
@@ -28,7 +28,7 @@
  * $FreeBSD$
  */
 
-include <sys/cdefs.h>
+#include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
@@ -36,7 +36,7 @@
 #include <sys/queue.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>
-#include <ctype.h>
+#include <sys/ctype.h>  /* string functions */
 #include <err.h>
 #include <errno.h>
 #include <netdb.h>


More information about the svn-soc-all mailing list