diff options
author | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 02:41:49 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 02:41:49 +0000 |
commit | 275c8028ab1cb491a30dfb13370842290cec2765 (patch) | |
tree | 51afc758877f0b62feeb34c64e3c1473aebb13e2 /sys/contrib/dev | |
parent | 0c3e6e7452ccfae218edc7facff29f625d9e0c1f (diff) | |
download | src-275c8028ab1cb491a30dfb13370842290cec2765.tar.gz src-275c8028ab1cb491a30dfb13370842290cec2765.zip |
Local change: allow usermode to compile this header. Submitted to vendor.
Notes
Notes:
svn path=/head/; revision=129691
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r-- | sys/contrib/dev/acpica/acfreebsd.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h index 826a95de5203..9df8639df865 100644 --- a/sys/contrib/dev/acpica/acfreebsd.h +++ b/sys/contrib/dev/acpica/acfreebsd.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acfreebsd.h - OS specific defines, etc. - * $Revision: 13 $ + * $Revision: 15 $ * *****************************************************************************/ @@ -117,12 +117,6 @@ #ifndef __ACFREEBSD_H__ #define __ACFREEBSD_H__ -/* - * Some systems' ASL may have problems because they look for names - * of Microsoft operating systems. To override this, set hw.acpi.os_name - * to the appropriate string. - */ -#define ACPI_OS_NAME "FreeBSD" /* FreeBSD uses GCC */ |