PERFORCE change 165750 for review
Ana Kukec
anchie at FreeBSD.org
Tue Jul 7 14:19:10 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=165750
Change 165750 by anchie at anchie_malimis on 2009/07/07 14:18:27
mbuf.h include in netinet6/send.c.
Affected files ...
.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.c#14 edit
Differences ...
==== //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.c#14 (text+ko) ====
@@ -5,6 +5,7 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/socket.h>
+#include <sys/mbuf.h>
#include <net/route.h>
@@ -41,7 +42,6 @@
static int
send_modevent(module_t mod, int type, void *unused)
{
- int error = 0;
/* Add locking? icmp6.c and nd6.c are maybe using hooks.. */
More information about the p4-projects
mailing list