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

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



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