diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-09-17 07:28:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-09-17 07:28:07 +0000 |
| commit | a45b36ad47f136b8684645299cf35a19f2e26303 (patch) | |
| tree | 1cf9df7774726c4621a5a96f44f606a7af4fd33b /sys/dev/si | |
| parent | 35779bdbd14c87a81ed9f6f21ba51477c9b6d5bf (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 ad81ab0632b6..0cd84d7f877d 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -553,7 +553,7 @@ try_next: for (x = 0; x < nport; x++, pp++, ccbp++) { pp->sp_ccb = ccbp; /* save the address */ - pp->sp_tty = ttymalloc(NULL); + pp->sp_tty = ttyalloc(); pp->sp_pend = IDLE_CLOSE; pp->sp_state = 0; /* internal flag */ pp->sp_iin.c_iflag = TTYDEF_IFLAG; |
