#ifdef tty_attach() with PCVT_NETBSD >= 120 (rather than just >),

since tty_attach() is now in the 1.2 release.
This commit is contained in:
cgd 1996-06-04 19:53:28 +00:00
parent abc294c9d9
commit 6110ea9366
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ pcattach(struct isa_device *dev)
#if PCVT_NETBSD > 100
vs[i].vs_tty = ttymalloc();
#if PCVT_NETBSD > 120
#if PCVT_NETBSD >= 120
tty_attach(vs[i].vs_tty);
#endif /* PCVT_NETBSD > 120 */
#else /* !PCVT_NETBSD > 100 */