[BACK]Return to ultrix_ioctl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ultrix

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/ultrix/ultrix_ioctl.c between version 1.13.12.1 and 1.13.12.2

version 1.13.12.1, 2000/11/20 18:08:43 version 1.13.12.2, 2000/12/08 09:08:47
Line 27 
Line 27 
  * loosely from: Header: sunos_ioctl.c,v 1.7 93/05/28 04:40:43 torek Exp   * loosely from: Header: sunos_ioctl.c,v 1.7 93/05/28 04:40:43 torek Exp
  */   */
   
   #if defined(_KERNEL) && !defined(_LKM)
 #include "opt_compat_ultrix.h"  #include "opt_compat_ultrix.h"
 #include "opt_compat_sunos.h"  #include "opt_compat_sunos.h"
   #endif
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/proc.h>  #include <sys/proc.h>
Line 49 
Line 51 
   
 #include <compat/sunos/sunos.h>  #include <compat/sunos/sunos.h>
   
 #include "ultrix_tty.h"  #include <compat/ultrix/ultrix_tty.h>
   
 #define emul_termio     ultrix_termio  #define emul_termio     ultrix_termio
 #define emul_termios    ultrix_termios  #define emul_termios    ultrix_termios

Legend:
Removed from v.1.13.12.1  
changed lines
  Added in v.1.13.12.2

CVSweb <webmaster@jp.NetBSD.org>