Module Name: src
Committed By: christos
Date: Thu Mar 20 20:44:42 UTC 2014
Modified Files:
src/sys/arch/x86/x86: sys_machdep.c
Log Message:
need compat_netbsd.h
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/sys_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/x86/x86/sys_machdep.c
diff -u src/sys/arch/x86/x86/sys_machdep.c:1.26 src/sys/arch/x86/x86/sys_machdep.c:1.27
--- src/sys/arch/x86/x86/sys_machdep.c:1.26 Thu Oct 4 17:23:45 2012
+++ src/sys/arch/x86/x86/sys_machdep.c Thu Mar 20 16:44:42 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_machdep.c,v 1.26 2012/10/04 21:23:45 dsl Exp $ */
+/* $NetBSD: sys_machdep.c,v 1.27 2014/03/20 20:44:42 christos Exp $ */
/*-
* Copyright (c) 1998, 2007, 2009 The NetBSD Foundation, Inc.
@@ -30,11 +30,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.26 2012/10/04 21:23:45 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.27 2014/03/20 20:44:42 christos Exp $");
#include "opt_mtrr.h"
#include "opt_perfctrs.h"
#include "opt_user_ldt.h"
+#include "opt_compat_netbsd.h"
#ifdef i386
#include "opt_vm86.h"
#endif