Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 10:51:46 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115112 for review
Message-ID:  <200702271051.l1RApk5m012674@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 115112 by netchild@netchild_magellan on 2007/02/27 10:51:06

	Make this compile on amd64 not only with LINT.
	
	Submitted by:	Scot Hetzel <swhetzel@gmail.com>

Affected files ...

.. //depot/projects/linuxolator/src/sys/modules/linuxaio/Makefile#2 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/modules/linuxaio/Makefile#2 (text+ko) ====

@@ -1,8 +1,12 @@
 # $FreeBSD: src/linuxaio/Makefile,v 1.1 2007/01/25 14:39:24 admin Exp $
 
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+=-DCOMPAT_LINUX32
+.endif
+
 .PATH:  ${.CURDIR}/../../compat/linux
 
 KMOD=	linuxaio
-SRCS=	linux_aio.c linux_aio.h
+SRCS=	linux_aio.c linux_aio.h opt_compat.h
 
 .include <bsd.kmod.mk>


help

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