diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-15 20:47:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-15 20:47:41 +0000 |
| commit | 672c05d49c9565187ba43fd37c632fd5960c04b5 (patch) | |
| tree | cb8932d8c884d3a6cc8f7e0616a4bdfa7fe0e5ee /sys/dev/si | |
| parent | e65b8f47b37d55056175640b70f210b763a29f00 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 7a64b7be9405..aea1172560cb 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -804,7 +804,7 @@ siclose(struct cdev *dev, int flag, int mode, struct thread *td) } sihardclose(pp); - ttyclose(tp); + tty_close(tp); pp->sp_state &= ~SS_OPEN; out: |
