PERFORCE change 177318 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Apr 24 23:39:21 UTC 2010
http://p4web.freebsd.org/@@177318?ac=10
Change 177318 by bz at bz_dumpster on 2010/04/24 23:39:18
Eliminate the whitespace diff.
Affected files ...
.. //depot/projects/soc2009/anchie_send/src/sys/net/rtsock.c#30 edit
Differences ...
==== //depot/projects/soc2009/anchie_send/src/sys/net/rtsock.c#30 (text+ko) ====
@@ -500,10 +500,10 @@
}
info.rti_flags = rtm->rtm_flags;
if (info.rti_info[RTAX_DST] == NULL ||
- info.rti_info[RTAX_DST]->sa_family >= AF_MAX ||
- (info.rti_info[RTAX_GATEWAY] != NULL &&
- info.rti_info[RTAX_GATEWAY]->sa_family >= AF_MAX))
- senderr(EINVAL);
+ info.rti_info[RTAX_DST]->sa_family >= AF_MAX ||
+ (info.rti_info[RTAX_GATEWAY] != NULL &&
+ info.rti_info[RTAX_GATEWAY]->sa_family >= AF_MAX))
+ senderr(EINVAL);
/*
* Verify that the caller has the appropriate privilege; RTM_GET
* is the only operation the non-superuser is allowed.
More information about the p4-projects
mailing list