PERFORCE change 38925 for review

Sam Leffler sam at FreeBSD.org
Tue Sep 30 15:23:46 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=38925

Change 38925 by sam at sam_ebb on 2003/09/30 15:23:04

	explicitly include mbuf.h instead of depending on route.h
	to define a stub type

Affected files ...

.. //depot/projects/netperf/sys/netatalk/at_rmx.c#2 edit

Differences ...

==== //depot/projects/netperf/sys/netatalk/at_rmx.c#2 (text+ko) ====

@@ -35,6 +35,7 @@
 #include <sys/systm.h>
 #include <sys/socket.h>
 
+#include <sys/mbuf.h>
 #include <net/route.h>
 
 int at_inithead(void **head, int off);


More information about the p4-projects mailing list