Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 02:14:08 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294881 - head/sys/netpfil/ipfw
Message-ID:  <201601270214.u0R2E8N8059216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601270214.u0R2E8N8059216>