Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 16:05:48 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106247 for review
Message-ID:  <200609171605.k8HG5mKP040547@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106247

Change 106247 by netchild@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609171605.k8HG5mKP040547>