svn commit: r231766 - head/sys/netgraph

Gleb Smirnoff glebius at FreeBSD.org
Wed Feb 15 15:54:58 UTC 2012


Author: glebius
Date: Wed Feb 15 15:54:57 2012
New Revision: 231766
URL: http://svn.freebsd.org/changeset/base/231766

Log:
  Fix includes list.
  
  Submitted by:	bde

Modified:
  head/sys/netgraph/ng_base.c

Modified: head/sys/netgraph/ng_base.c
==============================================================================
--- head/sys/netgraph/ng_base.c	Wed Feb 15 15:06:03 2012	(r231765)
+++ head/sys/netgraph/ng_base.c	Wed Feb 15 15:54:57 2012	(r231766)
@@ -43,8 +43,8 @@
  */
 
 #include <sys/param.h>
+#include <sys/systm.h>
 #include <sys/ctype.h>
-#include <sys/errno.h>
 #include <sys/kdb.h>
 #include <sys/kernel.h>
 #include <sys/kthread.h>
@@ -60,7 +60,6 @@
 #include <sys/smp.h>
 #include <sys/sysctl.h>
 #include <sys/syslog.h>
-#include <sys/systm.h>
 #include <sys/unistd.h>
 #include <machine/cpu.h>
 


More information about the svn-src-all mailing list