summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2016-01-27 02:14:08 +0000
committerluigi <luigi@FreeBSD.org>2016-01-27 02:14:08 +0000
commit94957acd2f6a3553dd12ba30f83867a5e129d2f5 (patch)
treee68b80f8b56f43b5765a7a4bc0eb446b706a4063 /sys/netpfil
parente0376f17e2eedb799a522253baa1d17351c097f4 (diff)
downloadFreeBSD-src-94957acd2f6a3553dd12ba30f83867a5e129d2f5.zip
FreeBSD-src-94957acd2f6a3553dd12ba30f83867a5e129d2f5.tar.gz
the _Static_assert was not supposed to be in the commit.
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/dn_sched_rr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/dn_sched_rr.c b/sys/netpfil/ipfw/dn_sched_rr.c
index 16649a8..a4ec9b6 100644
--- a/sys/netpfil/ipfw/dn_sched_rr.c
+++ b/sys/netpfil/ipfw/dn_sched_rr.c
@@ -311,6 +311,5 @@ static struct dn_alg rr_desc = {
_SI( .free_queue = ) rr_free_queue,
};
-_Static_assert(sizeof(struct dn_schk) < 193, "a");
DECLARE_DNSCHED_MODULE(dn_rr, &rr_desc);
OpenPOWER on IntegriCloud