diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-05-13 19:29:50 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-05-13 19:29:50 +0000 |
| commit | aa16f86ca5cd03da24ba042731c67b0c7778c68f (patch) | |
| tree | 11dfd88e35f261f89a52062dc756831d8f831dbc /sys/dev/snp | |
| parent | ecd616333853888f75b5076cc66102c4625c91c9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/snp')
| -rw-r--r-- | sys/dev/snp/snp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 52c5a025b577..fcc70a5d84f3 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -257,8 +257,8 @@ snp_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags, SNP_UNLOCK(); return (EBUSY); } - error = ttyhook_register(&ss->snp_tty, td->td_proc, *(int *)data, - &snp_hook, ss); + error = ttyhook_register(&ss->snp_tty, td->td_proc, + *(int *)data, &snp_hook, ss); SNP_UNLOCK(); if (error != 0) return (error); |
