Al Stone 0a7eb7
diff -Naur acpica-unix2-20150818/source/tools/acpinames/acpinames.h acpica-unix2-20150818.fixes/source/tools/acpinames/acpinames.h
Al Stone 0a7eb7
--- acpica-unix2-20150818/source/tools/acpinames/acpinames.h	1969-12-31 17:00:00.000000000 -0700
Al Stone 0a7eb7
+++ acpica-unix2-20150818.fixes/source/tools/acpinames/acpinames.h	2015-09-09 17:40:12.850371450 -0600
Al Stone 0a7eb7
@@ -0,0 +1,58 @@
Al Stone 0a7eb7
+/******************************************************************************
Al Stone 0a7eb7
+ *
Al Stone 0a7eb7
+ * Module Name: acpinames.h - Common include for AcpiNames utility
Al Stone 0a7eb7
+ *
Al Stone 0a7eb7
+ *****************************************************************************/
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+/*
Al Stone 0a7eb7
+ * Copyright (C) 2000 - 2015, Intel Corp.
Al Stone 0a7eb7
+ * All rights reserved.
Al Stone 0a7eb7
+ *
Al Stone 0a7eb7
+ * Redistribution and use in source and binary forms, with or without
Al Stone 0a7eb7
+ * modification, are permitted provided that the following conditions
Al Stone 0a7eb7
+ * are met:
Al Stone 0a7eb7
+ * 1. Redistributions of source code must retain the above copyright
Al Stone 0a7eb7
+ *    notice, this list of conditions, and the following disclaimer,
Al Stone 0a7eb7
+ *    without modification.
Al Stone 0a7eb7
+ * 2. Redistributions in binary form must reproduce at minimum a disclaimer
Al Stone 0a7eb7
+ *    substantially similar to the "NO WARRANTY" disclaimer below
Al Stone 0a7eb7
+ *    ("Disclaimer") and any redistribution must be conditioned upon
Al Stone 0a7eb7
+ *    including a substantially similar Disclaimer requirement for further
Al Stone 0a7eb7
+ *    binary redistribution.
Al Stone 0a7eb7
+ * 3. Neither the names of the above-listed copyright holders nor the names
Al Stone 0a7eb7
+ *    of any contributors may be used to endorse or promote products derived
Al Stone 0a7eb7
+ *    from this software without specific prior written permission.
Al Stone 0a7eb7
+ *
Al Stone 0a7eb7
+ * Alternatively, this software may be distributed under the terms of the
Al Stone 0a7eb7
+ * GNU General Public License ("GPL") version 2 as published by the Free
Al Stone 0a7eb7
+ * Software Foundation.
Al Stone 0a7eb7
+ *
Al Stone 0a7eb7
+ * NO WARRANTY
Al Stone 0a7eb7
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Al Stone 0a7eb7
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Al Stone 0a7eb7
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
Al Stone 0a7eb7
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Al Stone 0a7eb7
+ * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Al Stone 0a7eb7
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Al Stone 0a7eb7
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Al Stone 0a7eb7
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
Al Stone 0a7eb7
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
Al Stone 0a7eb7
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Al Stone 0a7eb7
+ * POSSIBILITY OF SUCH DAMAGES.
Al Stone 0a7eb7
+ */
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+#ifndef _ACPINAMES_H
Al Stone 0a7eb7
+#define _ACPINAMES_H
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+#include "acpi.h"
Al Stone 0a7eb7
+#include "accommon.h"
Al Stone 0a7eb7
+#include "acapps.h"
Al Stone 0a7eb7
+#include "acutils.h"
Al Stone 0a7eb7
+#include "../acpiexec/aecommon.h"
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+#include <stdio.h>
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+#define ACPI_MAX_INIT_TABLES    (32)
Al Stone 0a7eb7
+
Al Stone 0a7eb7
+extern BOOLEAN          AcpiGbl_NsLoadOnly;
Al Stone 0a7eb7
+#endif
Al Stone 0a7eb7
diff -Naur acpica-unix2-20150818/source/tools/acpinames/AcpiNames.h acpica-unix2-20150818.fixes/source/tools/acpinames/AcpiNames.h
Al Stone 0a7eb7
--- acpica-unix2-20150818/source/tools/acpinames/AcpiNames.h	2015-08-18 14:11:26.000000000 -0600
Al Stone 0a7eb7
+++ acpica-unix2-20150818.fixes/source/tools/acpinames/AcpiNames.h	1969-12-31 17:00:00.000000000 -0700
Al Stone 0a7eb7
@@ -1,58 +0,0 @@
Al Stone 0a7eb7
-/******************************************************************************
Al Stone 0a7eb7
- *
Al Stone 0a7eb7
- * Module Name: acpinames.h - Common include for AcpiNames utility
Al Stone 0a7eb7
- *
Al Stone 0a7eb7
- *****************************************************************************/
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-/*
Al Stone 0a7eb7
- * Copyright (C) 2000 - 2015, Intel Corp.
Al Stone 0a7eb7
- * All rights reserved.
Al Stone 0a7eb7
- *
Al Stone 0a7eb7
- * Redistribution and use in source and binary forms, with or without
Al Stone 0a7eb7
- * modification, are permitted provided that the following conditions
Al Stone 0a7eb7
- * are met:
Al Stone 0a7eb7
- * 1. Redistributions of source code must retain the above copyright
Al Stone 0a7eb7
- *    notice, this list of conditions, and the following disclaimer,
Al Stone 0a7eb7
- *    without modification.
Al Stone 0a7eb7
- * 2. Redistributions in binary form must reproduce at minimum a disclaimer
Al Stone 0a7eb7
- *    substantially similar to the "NO WARRANTY" disclaimer below
Al Stone 0a7eb7
- *    ("Disclaimer") and any redistribution must be conditioned upon
Al Stone 0a7eb7
- *    including a substantially similar Disclaimer requirement for further
Al Stone 0a7eb7
- *    binary redistribution.
Al Stone 0a7eb7
- * 3. Neither the names of the above-listed copyright holders nor the names
Al Stone 0a7eb7
- *    of any contributors may be used to endorse or promote products derived
Al Stone 0a7eb7
- *    from this software without specific prior written permission.
Al Stone 0a7eb7
- *
Al Stone 0a7eb7
- * Alternatively, this software may be distributed under the terms of the
Al Stone 0a7eb7
- * GNU General Public License ("GPL") version 2 as published by the Free
Al Stone 0a7eb7
- * Software Foundation.
Al Stone 0a7eb7
- *
Al Stone 0a7eb7
- * NO WARRANTY
Al Stone 0a7eb7
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Al Stone 0a7eb7
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Al Stone 0a7eb7
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
Al Stone 0a7eb7
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Al Stone 0a7eb7
- * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Al Stone 0a7eb7
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Al Stone 0a7eb7
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Al Stone 0a7eb7
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
Al Stone 0a7eb7
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
Al Stone 0a7eb7
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Al Stone 0a7eb7
- * POSSIBILITY OF SUCH DAMAGES.
Al Stone 0a7eb7
- */
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-#ifndef _ACPINAMES_H
Al Stone 0a7eb7
-#define _ACPINAMES_H
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-#include "acpi.h"
Al Stone 0a7eb7
-#include "accommon.h"
Al Stone 0a7eb7
-#include "acapps.h"
Al Stone 0a7eb7
-#include "acutils.h"
Al Stone 0a7eb7
-#include "../acpiexec/aecommon.h"
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-#include <stdio.h>
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-#define ACPI_MAX_INIT_TABLES    (32)
Al Stone 0a7eb7
-
Al Stone 0a7eb7
-extern BOOLEAN          AcpiGbl_NsLoadOnly;
Al Stone 0a7eb7
-#endif