From 0122ef67406a9a722dc83d92e08892dc2167b511 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 4 Jul 2004 15:22:03 +0000 Subject: [PATCH] add darwin_commpage_machdep.S [does nothing for now, and the name is too long] --- sys/arch/i386/conf/files.i386 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 9652219702bd..ed5111490aad 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $NetBSD: files.i386,v 1.256 2004/04/30 02:05:42 lukem Exp $ +# $NetBSD: files.i386,v 1.257 2004/07/04 15:22:03 christos Exp $ # # new style config file for i386 architecture # @@ -338,6 +338,7 @@ include "compat/mach/files.mach" file arch/i386/i386/mach_machdep.c compat_mach | compat_darwin file arch/i386/i386/mach_sigcode.S compat_mach | compat_darwin file arch/i386/i386/mach_syscall.c compat_mach | compat_darwin +file arch/i386/i386/darwin_commpage_machdep.S compat_darwin file arch/i386/i386/macho_machdep.c exec_macho # DARWIN binary compatibility (COMPAT_DARWIN)