diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2002-10-03 02:13:00 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2002-10-03 02:13:00 +0000 |
| commit | 91e97a8266d38eb58a566fef3ea7c2353b20fd37 (patch) | |
| tree | a99f59036961904f8470031c60cd1319fed1c7b9 /sys/dev | |
| parent | 5da2b58aeb4d5bc16b135ed4bea93e94dd900422 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/drm/drm_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_drv.h b/sys/dev/drm/drm_drv.h index ff034dd162a7..729b2f960c04 100644 --- a/sys/dev/drm/drm_drv.h +++ b/sys/dev/drm/drm_drv.h @@ -1203,7 +1203,7 @@ int DRM(ioctl)( DRM_OS_IOCTL ) case FIOGETOWN: atomic_dec(&dev->ioctl_count); - *(int *) data = fgetown(dev->buf_sigio); + *(int *) data = fgetown(&dev->buf_sigio); return 0; } #endif /* __FreeBSD__ */ |
