diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-05-20 17:29:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-05-20 17:29:21 +0000 |
| commit | 00b4e54ae7b69db140f2168049138a443fd3190f (patch) | |
| tree | 57c7e52b00a944272cad04dc847cef00b88197de /sys/dev/amr/amr_linux.c | |
| parent | 4ab9c8af927629d232120e67a0e73e5f70cbf1b9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr/amr_linux.c')
| -rw-r--r-- | sys/dev/amr/amr_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index 0fe89d7f045e..cb8c4573ef6b 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -69,7 +69,7 @@ DEV_MODULE(amr_linux, amr_linux_modevent, NULL); MODULE_DEPEND(amr, linux, 1, 1, 1); static int -amr_linux_ioctl(d_thread_t *p, struct linux_ioctl_args *args) +amr_linux_ioctl(struct thread *p, struct linux_ioctl_args *args) { struct file *fp; int error; |
