Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Added a 32-bit compatibility process flag.



details:   https://anonhg.NetBSD.org/src/rev/48a8933064f9
branches:  trunk
changeset: 480012:48a8933064f9
user:      eeh <eeh%NetBSD.org@localhost>
date:      Thu Dec 30 15:46:16 1999 +0000

description:
Added a 32-bit compatibility process flag.

diffstat:

 sys/sys/exec.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 862e7853059a -r 48a8933064f9 sys/sys/exec.h
--- a/sys/sys/exec.h    Thu Dec 30 15:45:09 1999 +0000
+++ b/sys/sys/exec.h    Thu Dec 30 15:46:16 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec.h,v 1.67 1998/03/01 02:24:12 fvdl Exp $   */
+/*     $NetBSD: exec.h,v 1.68 1999/12/30 15:46:16 eeh Exp $    */
 
 /*-
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -137,6 +137,7 @@
 #define        EXEC_HASARGL    0x0004          /* has fake args vector */
 #define        EXEC_SKIPARG    0x0008          /* don't copy user-supplied argv[0] */
 #define        EXEC_DESTR      0x0010          /* destructive ops performed */
+#define        EXEC_32         0x0020          /* 32-bit binary emulation */
 
 struct exec_vmcmd {
        int     (*ev_proc) __P((struct proc *p, struct exec_vmcmd *cmd));



Home | Main Index | Thread Index | Old Index