Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 more COMPAT_OSF1 fix (exec_conf.c conversion?)



details:   https://anonhg.NetBSD.org/src/rev/d10005096210
branches:  trunk
changeset: 499541:d10005096210
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Nov 22 03:56:52 2000 +0000

description:
more COMPAT_OSF1 fix (exec_conf.c conversion?)

diffstat:

 sys/compat/osf1/osf1_exec.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 96712cae8bf7 -r d10005096210 sys/compat/osf1/osf1_exec.c
--- a/sys/compat/osf1/osf1_exec.c       Wed Nov 22 03:54:01 2000 +0000
+++ b/sys/compat/osf1/osf1_exec.c       Wed Nov 22 03:56:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.c,v 1.13 2000/11/22 03:48:33 itojun Exp $ */
+/* $NetBSD: osf1_exec.c,v 1.14 2000/11/22 03:56:52 itojun Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -48,6 +48,7 @@
 #include <compat/osf1/osf1_syscall.h>
 #include <compat/osf1/osf1_util.h>
 #include <compat/osf1/osf1_cvt.h>
+#include <compat/osf1/osf1_exec.h>
 
 struct osf1_exec_emul_arg {
        int     flags;
@@ -144,7 +145,7 @@
 {
        struct proc *p = curproc;                       /* XXX !!! */
        struct osf1_exec_emul_arg *emul_arg = pack->ep_emul_arg;
-       struct osf1_auxv ai[MAX_AUX_ENTRIES], *a;
+       struct osf1_auxv ai[OSF1_MAX_AUX_ENTRIES], *a;
        char *prognameloc, *loadernameloc;
        size_t len;
 



Home | Main Index | Thread Index | Old Index