Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib use <i386/multiboot.h> instead of <m...



details:   https://anonhg.NetBSD.org/src/rev/8b857af78e30
branches:  trunk
changeset: 791594:8b857af78e30
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 24 17:17:48 2013 +0000

description:
use <i386/multiboot.h> instead of <machine/multiboot.h> so this can be
compiled for amd64

diffstat:

 sys/arch/i386/stand/lib/exec.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b209f804b52 -r 8b857af78e30 sys/arch/i386/stand/lib/exec.c
--- a/sys/arch/i386/stand/lib/exec.c    Sun Nov 24 17:16:29 2013 +0000
+++ b/sys/arch/i386/stand/lib/exec.c    Sun Nov 24 17:17:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec.c,v 1.52 2013/11/24 17:16:29 jakllsch Exp $        */
+/*     $NetBSD: exec.c,v 1.53 2013/11/24 17:17:48 jakllsch Exp $        */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
 #include <sys/reboot.h>
 #include <sys/reboot.h>
 
-#include <machine/multiboot.h>
+#include <i386/multiboot.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>



Home | Main Index | Thread Index | Old Index