On Wed, Jan 04, 2006 at 09:20:42AM +0000, Poul-Henning Kamp wrote:
+> phk         2006-01-04 09:20:41 UTC
+> 
+>   FreeBSD src repository
+> 
+>   Modified files:
+>     sys/dev/dcons        dcons_os.c 
+>   Log:
+>   Use ttyalloc() instead of ttymalloc()
[...]
+> -    tp = dev->si_tty = ttymalloc(dev->si_tty);
+> +    tp = dev->si_tty;

This was your intention not 'tp = dev->si_tty = ttyalloc();'?

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
[EMAIL PROTECTED]                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

Attachment: pgpglHftuR7hF.pgp
Description: PGP signature

Reply via email to