summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-09-06 20:36:38 +0000
committerglebius <glebius@FreeBSD.org>2005-09-06 20:36:38 +0000
commit747ac2dc2053120c6e653d5dc0310467bf3c941f (patch)
tree4adb225c4cf990117f950053bb87bd351fc09eed /sys/netgraph
parent3a911d4bc8bddc19981d2d128107c67c061264d1 (diff)
downloadFreeBSD-src-747ac2dc2053120c6e653d5dc0310467bf3c941f.zip
FreeBSD-src-747ac2dc2053120c6e653d5dc0310467bf3c941f.tar.gz
Fix build.
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 200552b..0014f5f 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -335,7 +335,7 @@ static ng_ID_t nextID = 1;
if (n->m_nextpkt != NULL) \
panic("%s: m_nextpkt", __func__); \
} \
-
+ \
if ((m)->m_pkthdr.len != total) { \
panic("%s: %d != %d", \
__func__, (m)->m_pkthdr.len, total); \
OpenPOWER on IntegriCloud