Author: ae
Date: Mon May 30 05:53:00 2011
New Revision: 222474
URL: http://svn.freebsd.org/changeset/base/222474
Log:
Wrap long line.
MFC after: 2 weeks
Modified:
head/sys/netinet/ipfw/ip_fw_sockopt.c
Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c
==============================================================================
--- head/sys/netinet/ipfw/ip_fw_sockopt.c Mon May 30 05:37:26 2011
(r222473)
+++ head/sys/netinet/ipfw/ip_fw_sockopt.c Mon May 30 05:53:00 2011
(r222474)
@@ -606,7 +606,8 @@ check_ipfw_struct(struct ip_fw *rule, in
case O_SETFIB:
if (cmdlen != F_INSN_SIZE(ipfw_insn))
goto bad_size;
- if ((cmd->arg1 != IP_FW_TABLEARG) && (cmd->arg1 >=
rt_numfibs)) {
+ if ((cmd->arg1 != IP_FW_TABLEARG) &&
+ (cmd->arg1 >= rt_numfibs)) {
printf("ipfw: invalid fib number %d\n",
cmd->arg1);
return EINVAL;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"