Module Name: src Committed By: pgoyette Date: Thu Sep 27 01:34:38 UTC 2018
Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c Log Message: Make sure we pick up the definition of COMPAT_NETBSD32 To generate a diff of this commit: cvs rdiff -u -r1.115.2.7 -r1.115.2.8 \ src/sys/arch/amd64/amd64/netbsd32_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/amd64/netbsd32_machdep.c diff -u src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.7 src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.8 --- src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.7 Mon Sep 24 23:47:07 2018 +++ src/sys/arch/amd64/amd64/netbsd32_machdep.c Thu Sep 27 01:34:38 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.c,v 1.115.2.7 2018/09/24 23:47:07 pgoyette Exp $ */ +/* $NetBSD: netbsd32_machdep.c,v 1.115.2.8 2018/09/27 01:34:38 pgoyette Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -36,10 +36,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.115.2.7 2018/09/24 23:47:07 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.115.2.8 2018/09/27 01:34:38 pgoyette Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" +#include "opt_compat_netbsd32.h" #include "opt_coredump.h" #include "opt_execfmt.h" #include "opt_user_ldt.h"