Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 1999 00:38:04 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, Jos.Backus@nl.origin-it.com
Subject:   Re: Snoop device broken
Message-ID:  <199906111438.AAA03473@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>The following code in sys/kern/tty_snoop.c seems responsible:
>
>                tp = snpdevtotty(tdev);
>                if (!tp)
>                        return (EINVAL);

tdev is *(dev_t *)data, but should be something like
udev2dev(*(udev_t *)data).

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906111438.AAA03473>