Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 11:09:22 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106236 for review
Message-ID:  <200609171109.k8HB9MC4010235@repoman.freebsd.org>

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

Change 106236 by netchild@netchild_magellan on 2006/09/17 11:08:35

	Include the right files on amd64.
	Noticed by:	bsam

Affected files ...

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

Differences ...

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

@@ -44,8 +44,13 @@
 #include <sys/sx.h>
 #include <sys/sysproto.h>
 
+#ifdef COMPAT_LINUX32
+#include <machine/../linux32/linux.h>
+#include <machine/../linux32/linux32_proto.h>
+#else
 #include <machine/../linux/linux.h>
 #include <machine/../linux/linux_proto.h>
+#endif
 
 #define	LINUX_AIO_DEBUG
 



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