Date: Sat, 16 Apr 2016 13:41:10 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r298115 - stable/10/sbin/pfctl Message-ID: <201604161341.u3GDfABc089904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: loos Date: Sat Apr 16 13:41:10 2016 New Revision: 298115 URL: https://svnweb.freebsd.org/changeset/base/298115 Log: Fix the build. pointy hat to: loos Reported by: gjb, Herbert J. Skuhra Modified: stable/10/sbin/pfctl/parse.y stable/10/sbin/pfctl/pfctl_altq.c stable/10/sbin/pfctl/pfctl_qstats.c Modified: stable/10/sbin/pfctl/parse.y ============================================================================== --- stable/10/sbin/pfctl/parse.y Sat Apr 16 13:10:31 2016 (r298114) +++ stable/10/sbin/pfctl/parse.y Sat Apr 16 13:41:10 2016 (r298115) @@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$"); #include <altq/altq_cbq.h> #include <altq/altq_priq.h> #include <altq/altq_hfsc.h> -#include <net/altq/altq_fairq.h> +#include <altq/altq_fairq.h> #include <stdio.h> #include <unistd.h> Modified: stable/10/sbin/pfctl/pfctl_altq.c ============================================================================== --- stable/10/sbin/pfctl/pfctl_altq.c Sat Apr 16 13:10:31 2016 (r298114) +++ stable/10/sbin/pfctl/pfctl_altq.c Sat Apr 16 13:41:10 2016 (r298115) @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); #include <altq/altq_cbq.h> #include <altq/altq_priq.h> #include <altq/altq_hfsc.h> -#include <net/altq/altq_fairq.h> +#include <altq/altq_fairq.h> #include "pfctl_parser.h" #include "pfctl.h" Modified: stable/10/sbin/pfctl/pfctl_qstats.c ============================================================================== --- stable/10/sbin/pfctl/pfctl_qstats.c Sat Apr 16 13:10:31 2016 (r298114) +++ stable/10/sbin/pfctl/pfctl_qstats.c Sat Apr 16 13:41:10 2016 (r298115) @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); #include <altq/altq_cbq.h> #include <altq/altq_priq.h> #include <altq/altq_hfsc.h> -#include <net/altq/altq_fairq.h> +#include <altq/altq_fairq.h> #include "pfctl.h" #include "pfctl_parser.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604161341.u3GDfABc089904>