summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
commit87aa99bbbbf620c4ce98996d472fdae45f077eae (patch)
tree6046e1d576e7bbc883254e0b133fbd6b383544f2 /sys/netinet/in.c
parentcc3f0b4929d2de551332227291984a04e5758213 (diff)
downloadFreeBSD-src-87aa99bbbbf620c4ce98996d472fdae45f077eae.zip
FreeBSD-src-87aa99bbbbf620c4ce98996d472fdae45f077eae.tar.gz
White space cleanup for netinet before branch:
- Trailing tab/space cleanup - Remove spurious spaces between or before tabs This change avoids touching files that Andre likely has in his working set for PFIL hooks changes for IPFW/DUMMYNET. Approved by: re (scottl) Submitted by: Xin LI <delphij@frontfree.net>
Diffstat (limited to 'sys/netinet/in.c')
-rw-r--r--sys/netinet/in.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index ec57015..43a5260 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -60,7 +60,7 @@ static int in_ifinit(struct ifnet *,
struct in_ifaddr *, struct sockaddr_in *, int);
static int subnetsarelocal = 0;
-SYSCTL_INT(_net_inet_ip, OID_AUTO, subnets_are_local, CTLFLAG_RW,
+SYSCTL_INT(_net_inet_ip, OID_AUTO, subnets_are_local, CTLFLAG_RW,
&subnetsarelocal, 0, "Treat all subnets as directly connected");
struct in_multihead in_multihead; /* XXX BSS initialization */
@@ -144,7 +144,7 @@ struct sockaddr_in *ap;
ap->sin_len = 0;
while (--cp >= cplim)
- if (*cp) {
+ if (*cp) {
(ap)->sin_len = cp - (char *) (ap) + 1;
break;
}
@@ -783,7 +783,7 @@ in_ifinit(ifp, ia, sin, scrub)
int
in_broadcast(in, ifp)
struct in_addr in;
- struct ifnet *ifp;
+ struct ifnet *ifp;
{
register struct ifaddr *ifa;
u_long t;
OpenPOWER on IntegriCloud