Date: Wed, 15 Feb 2012 15:54:58 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r231766 - head/sys/netgraph Message-ID: <201202151554.q1FFswTF069058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202151554.q1FFswTF069058>