Remove another d_thread_t use that crept in.

This commit is contained in:
John Baldwin 2009-06-01 21:54:22 +00:00
parent aa87dacb51
commit e090d0b63f

View File

@ -552,7 +552,7 @@ ksyms_read(struct cdev *dev, struct uio *uio, int flags __unused)
/* ARGSUSED */
static int
ksyms_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int32_t flag __unused,
d_thread_t *td __unused)
struct thread *td __unused)
{
int error = 0;
struct ksyms_softc *sc;