Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/compat/common pull up rev(s) 1.6 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/d20e32338766
branches: netbsd-1-4
changeset: 468842:d20e32338766
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Jun 21 19:23:38 1999 +0000
description:
pull up rev(s) 1.6 from trunk. (cgd)
diffstat:
sys/compat/common/compat_util.h | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r bf108e59139f -r d20e32338766 sys/compat/common/compat_util.h
--- a/sys/compat/common/compat_util.h Mon Jun 21 19:23:26 1999 +0000
+++ b/sys/compat/common/compat_util.h Mon Jun 21 19:23:38 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_util.h,v 1.5 1999/02/09 20:16:08 christos Exp $ */
+/* $NetBSD: compat_util.h,v 1.5.2.1 1999/06/21 19:23:38 cgd Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -70,12 +70,21 @@
struct emul;
struct proc;
+struct emul_flags_xtab {
+ unsigned long omask;
+ unsigned long oval;
+ unsigned long nval;
+};
+
caddr_t stackgap_init __P((struct emul *));
void *stackgap_alloc __P((caddr_t *, size_t));
int emul_find __P((struct proc *, caddr_t *, const char *, const char *,
const char **, int));
+unsigned long emul_flags_translate(const struct emul_flags_xtab *tab,
+ unsigned long in, unsigned long *leftover);
+
void compat_offseterr __P((struct vnode *, char *msg));
#define CHECK_ALT_EXIST(p, sgp, root, path) \
Home |
Main Index |
Thread Index |
Old Index