Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/hpux Add declarations of hpux_setregs() and struc...
details: https://anonhg.NetBSD.org/src/rev/771c79df1c8f
branches: trunk
changeset: 499713:771c79df1c8f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Nov 27 15:26:17 2000 +0000
description:
Add declarations of hpux_setregs() and struct emul emul_hpux.
diffstat:
sys/compat/hpux/hpux_exec.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r de97c61f97bd -r 771c79df1c8f sys/compat/hpux/hpux_exec.h
--- a/sys/compat/hpux/hpux_exec.h Mon Nov 27 15:11:36 2000 +0000
+++ b/sys/compat/hpux/hpux_exec.h Mon Nov 27 15:26:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpux_exec.h,v 1.8 1997/10/05 18:29:56 thorpej Exp $ */
+/* $NetBSD: hpux_exec.h,v 1.9 2000/11/27 15:26:17 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -154,5 +154,8 @@
#define HPUXM_DATAWT 0x04000000
int exec_hpux_makecmds __P((struct proc *, struct exec_package *));
+void hpux_setregs __P((struct proc *, struct exec_package *, u_long));
+
+extern const struct emul emul_hpux;
#endif /* _HPUX_EXEC_H_ */
Home |
Main Index |
Thread Index |
Old Index