Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 need compat_netbsd.h



details:   https://anonhg.NetBSD.org/src/rev/015d2c21c2de
branches:  trunk
changeset: 327911:015d2c21c2de
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 20 20:44:42 2014 +0000

description:
need compat_netbsd.h

diffstat:

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

diffs (23 lines):

diff -r 234a23047a58 -r 015d2c21c2de sys/arch/x86/x86/sys_machdep.c
--- a/sys/arch/x86/x86/sys_machdep.c    Thu Mar 20 20:44:15 2014 +0000
+++ b/sys/arch/x86/x86/sys_machdep.c    Thu Mar 20 20:44:42 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index