Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153643760
D15725.id43962.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D15725.id43962.diff
View Options
Index: head/sys/dev/acpi_support/atk0110.c
===================================================================
--- head/sys/dev/acpi_support/atk0110.c
+++ head/sys/dev/acpi_support/atk0110.c
@@ -453,7 +453,7 @@
aibs_sysctl(SYSCTL_HANDLER_ARGS)
{
struct aibs_softc *sc = arg1;
- struct aibs_sensor *sensor = (void *)arg2;
+ struct aibs_sensor *sensor = (void *)(intptr_t)arg2;
int i = oidp->oid_number;
ACPI_STATUS rs;
ACPI_OBJECT p, *bp;
@@ -519,7 +519,7 @@
aibs_sysctl_ggrp(SYSCTL_HANDLER_ARGS)
{
struct aibs_softc *sc = arg1;
- struct aibs_sensor *sensor = (void *)arg2;
+ struct aibs_sensor *sensor = (void *)(intptr_t)arg2;
ACPI_STATUS rs;
ACPI_OBJECT p, *bp;
ACPI_OBJECT_LIST arg;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 2:43 PM (11 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32029769
Default Alt Text
D15725.id43962.diff (712 B)
Attached To
Mode
D15725: Fix build of atk0110 with base gcc on i386
Attached
Detach File
Event Timeline
Log In to Comment