PERFORCE change 182410 for review
Ana Kukec
anchie at FreeBSD.org
Sat Aug 14 22:17:36 UTC 2010
http://p4web.freebsd.org/@@182410?ac=10
Change 182410 by anchie at anchie_malimis on 2010/08/14 22:17:12
Code cleanup, remove old comments.
Affected files ...
.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.c#51 edit
Differences ...
==== //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.c#51 (text+ko) ====
@@ -110,8 +110,6 @@
struct icmp6_hdr *icmp6;
int icmp6len;
-printf("XXX-AK: send_output \n");
-
/*
* Receive incoming (SeND-protected) or outgoing traffic
* (SeND-validated) from the SeND user space application.
@@ -165,7 +163,6 @@
return (0);
case SND_OUT:
-printf("XXX-AK: send_output SND_OUT \n");
if (m->m_len < sizeof(struct ip6_hdr)) {
m = m_pullup(m, sizeof(struct ip6_hdr));
if (!m)
@@ -213,8 +210,6 @@
struct ifnet *ifp;
int error;
-printf("XXX-AK: send_send \n");
-
KASSERT(V_send_so == so, ("%s: socket %p not send socket %p",
__func__, so, V_send_so));
More information about the p4-projects
mailing list