svn commit: r294881 - head/sys/netpfil/ipfw

Luigi Rizzo luigi at FreeBSD.org
Wed Jan 27 02:14:10 UTC 2016


Author: luigi
Date: Wed Jan 27 02:14:08 2016
New Revision: 294881
URL: https://svnweb.freebsd.org/changeset/base/294881

Log:
  the _Static_assert was not supposed to be in the commit.

Modified:
  head/sys/netpfil/ipfw/dn_sched_rr.c

Modified: head/sys/netpfil/ipfw/dn_sched_rr.c
==============================================================================
--- head/sys/netpfil/ipfw/dn_sched_rr.c	Wed Jan 27 02:11:58 2016	(r294880)
+++ head/sys/netpfil/ipfw/dn_sched_rr.c	Wed Jan 27 02:14:08 2016	(r294881)
@@ -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);


More information about the svn-src-all mailing list