Skip to content

Commit ce4018d

Browse files
committed
put under ALTQ block
1 parent 10a1ea2 commit ce4018d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sys/altq/altq_subr.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ __KERNEL_RCSID(0, "$NetBSD: altq_subr.c,v 1.34 2025/01/08 13:00:04 joe Exp $");
3636
#include "npf.h"
3737
#endif
3838

39+
#ifdef ALTQ
40+
3941
#include <sys/param.h>
4042
#include <sys/malloc.h>
4143
#include <sys/mbuf.h>
@@ -1670,3 +1672,4 @@ ip4f_free(struct ip4_frag *fp)
16701672
}
16711673

16721674
#endif /* ALTQ3_CLFIER_COMPAT */
1675+
#endif /* ALTQ */

0 commit comments

Comments
 (0)