PERFORCE change 106247 for review

Alexander Leidinger netchild at FreeBSD.org
Sun Sep 17 09:05:49 PDT 2006


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

Change 106247 by netchild at netchild_magellan on 2006/09/17 16:05:19

	Include opt_compat.h, it helps to detect if we are on amd64 or not.
	This is needed for the previous commit to work as intendet.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.c#4 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.c#4 (text+ko) ====

@@ -25,6 +25,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_compat.h"
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/systm.h>


More information about the p4-projects mailing list