Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/i386/acpica/acpi_machdep.c 104223 2002-09-30 18:45:20Z jhb $
---
> * $FreeBSD: head/sys/i386/acpica/acpi_machdep.c 104727 2002-10-09 20:39:26Z jhb $
197c197
< apmopen(dev_t dev, int flag, int fmt, struct thread *td)
---
> apmopen(dev_t dev, int flag, int fmt, d_thread_t *td)
203c203
< apmclose(dev_t dev, int flag, int fmt, struct thread *td)
---
> apmclose(dev_t dev, int flag, int fmt, d_thread_t *td)
209c209
< apmioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct thread *td)
---
> apmioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, d_thread_t *td)
307c307
< apmpoll(dev_t dev, int events, struct thread *td)
---
> apmpoll(dev_t dev, int events, d_thread_t *td)