Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 emul_osf1: add flags EMUL_GETPID_PASS_PPID|E...
details: https://anonhg.NetBSD.org/src/rev/54e07fa10c9e
branches: trunk
changeset: 499908:54e07fa10c9e
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Dec 01 19:20:22 2000 +0000
description:
emul_osf1: add flags EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EID
diffstat:
sys/compat/osf1/osf1_exec.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r df1734df397f -r 54e07fa10c9e sys/compat/osf1/osf1_exec.c
--- a/sys/compat/osf1/osf1_exec.c Fri Dec 01 19:18:46 2000 +0000
+++ b/sys/compat/osf1/osf1_exec.c Fri Dec 01 19:20:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.c,v 1.15 2000/12/01 12:28:34 jdolecek Exp $ */
+/* $NetBSD: osf1_exec.c,v 1.16 2000/12/01 19:20:22 jdolecek Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -75,6 +75,10 @@
osf1_syscallnames,
osf1_sigcode,
osf1_esigcode,
+ NULL,
+ NULL,
+ NULL,
+ EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EID,
};
int
Home |
Main Index |
Thread Index |
Old Index