Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist Revert previous.
details: https://anonhg.NetBSD.org/src/rev/373c7220fbbc
branches: trunk
changeset: 762277:373c7220fbbc
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Feb 18 17:26:07 2011 +0000
description:
Revert previous.
diffstat:
sys/external/bsd/acpica/dist/osunixxf.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 131bced4cc55 -r 373c7220fbbc sys/external/bsd/acpica/dist/osunixxf.c
--- a/sys/external/bsd/acpica/dist/osunixxf.c Fri Feb 18 16:40:50 2011 +0000
+++ b/sys/external/bsd/acpica/dist/osunixxf.c Fri Feb 18 17:26:07 2011 +0000
@@ -1156,8 +1156,7 @@
AcpiOsGetThreadId (
void)
{
-
- return (uintptr_t)(ACPI_CAST_PTHREAD_T (pthread_self()));
+ return (ACPI_CAST_PTHREAD_T (pthread_self()));
}
Home |
Main Index |
Thread Index |
Old Index