Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 provide extern const struct emul emul_osf1



details:   https://anonhg.NetBSD.org/src/rev/748b2428954a
branches:  trunk
changeset: 499889:748b2428954a
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Dec 01 12:51:03 2000 +0000

description:
provide extern const struct emul emul_osf1

diffstat:

 sys/compat/osf1/osf1_exec.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 69319ceae398 -r 748b2428954a sys/compat/osf1/osf1_exec.h
--- a/sys/compat/osf1/osf1_exec.h       Fri Dec 01 12:48:09 2000 +0000
+++ b/sys/compat/osf1/osf1_exec.h       Fri Dec 01 12:51:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_exec.h,v 1.2 2000/11/22 03:48:33 itojun Exp $ */
+/* $NetBSD: osf1_exec.h,v 1.3 2000/12/01 12:51:03 jdolecek Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD foundation, Inc.
@@ -35,6 +35,8 @@
 #define _OSF1_EXEC_H
 #define        OSF1_MAX_AUX_ENTRIES    4       /* max we'll ever push (right now) */
 
+extern const struct emul emul_osf1;
+
 void cpu_exec_ecoff_setregs __P((struct proc *, struct exec_package *, u_long));
 int osf1_exec_ecoff_probe __P((struct proc *, struct exec_package *));
 void *osf1_copyargs(struct exec_package *pack,



Home | Main Index | Thread Index | Old Index