PERFORCE change 94794 for review

John-Mark Gurney jmg at FreeBSD.org
Sat Apr 8 06:27:34 UTC 2006


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

Change 94794 by jmg at jmg_arlene on 2006/04/08 06:27:00

	use param instead of types since we need NULL...

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/dev/em/if_em_osdep.h#3 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/dev/em/if_em_osdep.h#3 (text+ko) ====

@@ -36,7 +36,7 @@
 #ifndef _FREEBSD_OS_H_
 #define _FREEBSD_OS_H_
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/mbuf.h>


More information about the p4-projects mailing list