diff options
author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-09 12:06:31 +0000 |
---|---|---|
committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-09 12:06:31 +0000 |
commit | 3579809ec8883c148ca86c8a3111d1fa48637963 (patch) | |
tree | d3237c810eba416e8159f6a64cf32c21cb227cc0 /devel/acpicatools/files | |
parent | 2d5a95bcee60e792921b9cea576a8d55972c91cb (diff) |
Notes
Diffstat (limited to 'devel/acpicatools/files')
-rw-r--r-- | devel/acpicatools/files/patch-include::platform::acfreebsd.h | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/devel/acpicatools/files/patch-include::platform::acfreebsd.h b/devel/acpicatools/files/patch-include::platform::acfreebsd.h index 721ffc899f0a..2270e2e2ba44 100644 --- a/devel/acpicatools/files/patch-include::platform::acfreebsd.h +++ b/devel/acpicatools/files/patch-include::platform::acfreebsd.h @@ -1,6 +1,16 @@ ---- include/platform/acfreebsd.h.orig Mon May 20 23:27:26 2002 -+++ include/platform/acfreebsd.h Sat Jun 1 01:12:11 2002 -@@ -156,6 +156,7 @@ +--- include/platform/acfreebsd.h.orig Sat Jul 27 03:19:45 2002 ++++ include/platform/acfreebsd.h Fri Aug 9 20:53:32 2002 +@@ -126,7 +126,9 @@ + /* FreeBSD uses GCC */ + + #include "acgcc.h" ++#if 0 + #include <machine/acpica_machdep.h> ++#endif + + #ifdef _KERNEL + #include <sys/ctype.h> +@@ -157,6 +159,7 @@ #define __cli() #define __sti() @@ -8,7 +18,7 @@ #endif /* _KERNEL */ -@@ -195,5 +196,16 @@ +@@ -196,5 +199,16 @@ return ((char *)s); } #endif /* _KERNEL */ |