Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/arch/amd64/amd64 Make sure we pick up the defi...



details:   https://anonhg.NetBSD.org/src/rev/d12b6c8269df
branches:  pgoyette-compat
changeset: 830795:d12b6c8269df
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Sep 27 01:34:38 2018 +0000

description:
Make sure we pick up the definition of COMPAT_NETBSD32

diffstat:

 sys/arch/amd64/amd64/netbsd32_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r a894e8ecc491 -r d12b6c8269df sys/arch/amd64/amd64/netbsd32_machdep.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep.c   Thu Sep 27 01:33:31 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep.c   Thu Sep 27 01:34:38 2018 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index