diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-05-29 06:41:23 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-05-29 06:41:23 +0000 |
| commit | c5e30cc02b9bee4c53457d1bc4184b256ce1a569 (patch) | |
| tree | 8504d18b61b10ae1ba84f3c8d91f1f3572bcce6f /sys/dev/dcons/dcons_os.c | |
| parent | b6151caa3af4be855af359bf4d2872c45cb2263a (diff) | |
Notes
Diffstat (limited to 'sys/dev/dcons/dcons_os.c')
| -rw-r--r-- | sys/dev/dcons/dcons_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index 49967eb5018a..3b98cdd255f7 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -357,7 +357,7 @@ dcons_attach_port(int port, char *name, int flags) struct tty *tp; dc = &sc[port]; - tp = tty_alloc(&dcons_ttydevsw, dc, NULL); + tp = tty_alloc(&dcons_ttydevsw, dc); dc->flags = flags; dc->tty = tp; tty_init_console(tp, 0); |
