PERFORCE change 177312 for review

Ana Kukec anchie at FreeBSD.org
Sat Apr 24 22:55:36 UTC 2010


http://p4web.freebsd.org/@@177312?ac=10

Change 177312 by anchie at 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)
 {


More information about the p4-projects mailing list