[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/18] kern/machine.c: fix implicit declaration of function
From: |
Marin Ramesa |
Subject: |
[PATCH 13/18] kern/machine.c: fix implicit declaration of function |
Date: |
Fri, 6 Dec 2013 16:29:55 +0100 |
This include fixes the implicit declaration of function. But I don't know if
it is correct to include here stuff from i386at.
* kern/machine.c: Include i386at/model_dep.h.
---
kern/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kern/machine.c b/kern/machine.c
index 3dadeb5..ad39b6f 100644
--- a/kern/machine.c
+++ b/kern/machine.c
@@ -53,7 +53,7 @@
#include <machine/machspl.h> /* for splsched */
#include <machine/model_dep.h>
#include <sys/reboot.h>
-
+#include <i386at/model_dep.h>
/*
--
1.8.1.4
- Re: [PATCH 08/18] kern/boot_script.c: move struct definitions to a header file, (continued)
- [PATCH 09/18] kern/bootstrap.c: move struct definition to a header file, Marin Ramesa, 2013/12/06
- [PATCH 10/18] kern/startup.c: use boolean values, Marin Ramesa, 2013/12/06
- [PATCH 12/18] kern/debug.c: fix implicit declaration of function, Marin Ramesa, 2013/12/06
- [PATCH 11/18] kern/exception.c: move struct definition to a header file, Marin Ramesa, 2013/12/06
- [PATCH 14/18] Fix initialization from incompatible pointer type, Marin Ramesa, 2013/12/06
- [PATCH 13/18] kern/machine.c: fix implicit declaration of function,
Marin Ramesa <=
- [PATCH 15/18] i386/i386at/com.c: fix initialization from incompatible pointer type, Marin Ramesa, 2013/12/06
- [PATCH 16/18] i386/i386at/com.c: fix assignment from incompatible pointer type, Marin Ramesa, 2013/12/06
- [PATCH 17/18] i386/i386at/kd_event.c: fix difference in signedness, Marin Ramesa, 2013/12/06
- [PATCH 18/18] i386/i386at/lpr.c: fix initalization from incompatible pointer type, Marin Ramesa, 2013/12/06