Date: Sat, 24 Apr 2010 22:55:35 GMT From: Ana Kukec <anchie@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 177312 for review Message-ID: <201004242255.o3OMtZnY089544@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177312?ac=10 Change 177312 by anchie@anchie_malimis on 2010/04/24 22:55:28 Cleaning whitespaces. Affected files ... .. //depot/projects/soc2009/anchie_send/src/sys/net/rtsock.c#28 edit .. //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#37 edit Differences ... ==== //depot/projects/soc2009/anchie_send/src/sys/net/rtsock.c#28 (text+ko) ==== @@ -498,7 +498,7 @@ info.rti_info[RTAX_DST] = NULL; senderr(EINVAL); } - info.rti_flags = rtm->rtm_flags; + 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 && ==== //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#37 (text+ko) ==== @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * @@ -145,6 +145,7 @@ struct ifnet *, int)); static int icmp6_notify_error(struct mbuf **, int, int, int); + void icmp6_init(void) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004242255.o3OMtZnY089544>