Module Name:    src
Committed By:   jruoho
Date:           Thu Feb 17 10:12:50 UTC 2011

Modified Files:
        src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h

Log Message:
ACPI_THREAD_ID type was changed to uint64_t, which is good enough for us.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h
diff -u src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.3 src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.4
--- src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.3	Thu Feb 17 10:09:42 2011
+++ src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h	Thu Feb 17 10:12:50 2011
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: acnetbsd.h - OS specific defines, etc.
- *       $Revision: 1.3 $
+ *       $Revision: 1.4 $
  *
  *****************************************************************************/
 
@@ -49,7 +49,6 @@
 
 #include "acgcc.h"
 
-#define ACPI_THREAD_ID		uintptr_t
 #define ACPI_UINTPTR_T		uintptr_t
 #define ACPI_USE_LOCAL_CACHE
 

Reply via email to