aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iflib.c
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-01-28 15:44:14 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-01-28 15:44:14 +0000
commit835809f99fb625567e0f5e06d1465e61e20cb3f3 (patch)
tree630bf94bc816853016b6ee858defe24c76f676be /sys/net/iflib.c
parent2e8e6c3a4f2da68ae1cf178f0f6eac35f8bc1c5a (diff)
downloadsrc-835809f99fb625567e0f5e06d1465e61e20cb3f3.tar.gz
src-835809f99fb625567e0f5e06d1465e61e20cb3f3.zip
Fix i386 compile failure by moving needed closing parenthesis out of
conditional block. Submitted by: hiren Reported by: cy
Notes
Notes: svn path=/head/; revision=312924
Diffstat (limited to 'sys/net/iflib.c')
-rw-r--r--sys/net/iflib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/iflib.c b/sys/net/iflib.c
index c6cc40535904..ad91a24ab6aa 100644
--- a/sys/net/iflib.c
+++ b/sys/net/iflib.c
@@ -1536,8 +1536,8 @@ iflib_rxsd_alloc(iflib_rxq_t rxq)
goto fail;
}
}
- }
#endif
+ }
return (0);
fail: