Diff for /src/usr.bin/doscmd/tty.c between versions 1.5 and 1.6

version 1.5, 2004/01/22 03:22:53 version 1.6, 2004/01/26 18:16:18
Line 48 Line 48
 #include <unistd.h>  #include <unistd.h>
 #ifdef __DragonFly__   #ifdef __DragonFly__ 
 # include <osreldate.h>  # include <osreldate.h>
 # if __FreeBSD_version >= 500014  # include <machine/console.h>
 #   include <sys/kbio.h>  
 # else  
 #   include <machine/console.h>  
 # endif  
 #else  
 # ifdef __NetBSD__  
 #  include "machine/pccons.h"  
 # else  /* BSD/OS */  
 #  include "/sys/i386/isa/pcconsioctl.h"  
 # endif  
 #endif  #endif
   
 #ifndef NO_X  #ifndef NO_X

Removed from v.1.5  
changed lines
  Added in v.1.6