Subject: linux lkm doesn't build; here's the "fix"..
To: None <developers@NetBSD.ORG, port-i386@NetBSD.ORG>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: port-i386
Date: 10/27/1996 16:39:39
Would anyone object if I committed the following change soley to let
the lkm's build without errors?

Thanks.

				- Bill

Index: linux_machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/i386/linux_machdep.c,v
retrieving revision 1.32
diff -c -r1.32 linux_machdep.c
*** linux_machdep.c	1996/10/13 03:19:43	1.32
--- linux_machdep.c	1996/10/27 16:38:18
***************
*** 73,79 ****
--- 73,81 ----
  /*
   * To see whether pcvt is configured (for virtual console ioctl calls).
   */
+ #ifndef NVT
  #include "vt.h"
+ #endif
  #if NVT > 0
  #include <arch/i386/isa/pcvt/pcvt_ioctl.h>
  #endif