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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to