[BACK]Return to proc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

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

Diff for /src/sys/sys/proc.h between version 1.29.2.3 and 1.30

version 1.29.2.3, 1994/10/06 05:07:47 version 1.30, 1994/08/14 00:55:09
Line 211  struct proc {
Line 211  struct proc {
 #define EMUL_SUNOS      1               /* sunos 4.x binaries */  #define EMUL_SUNOS      1               /* sunos 4.x binaries */
 #define EMUL_HPUX       2               /* HPUX binaries */  #define EMUL_HPUX       2               /* HPUX binaries */
 #define EMUL_ULTRIX     3               /* Ultrix binaries */  #define EMUL_ULTRIX     3               /* Ultrix binaries */
 #define EMUL_IBCS2_ELF  4               /* Intel Binary compat; SVR4 */  #define EMUL_IBCS2      4               /* Intel Binary compat; ie. SVR4 */
 #define EMUL_IBCS2_COFF 5               /* Intel Binary compat; SCO Unix */  /*      EMUL_???        5               /* ??? */
 #define EMUL_IBCS2_XOUT 6               /* Intel Binary compat; SCO Xenix */  #define EMUL_OSF1       6               /* OSF/1 binaries */
 #define EMUL_OSF1       7               /* OSF/1 binaries */  
   
 /*  /*
  * MOVE TO ucred.h?   * MOVE TO ucred.h?

Legend:
Removed from v.1.29.2.3  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>