Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/aout add emul flag EMUL_HAS_SYS___syscall
details: https://anonhg.NetBSD.org/src/rev/60182704c30e
branches: trunk
changeset: 499903:60182704c30e
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Dec 01 19:12:11 2000 +0000
description:
add emul flag EMUL_HAS_SYS___syscall
diffstat:
sys/compat/aout/aout_exec.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b14b57bbca69 -r 60182704c30e sys/compat/aout/aout_exec.c
--- a/sys/compat/aout/aout_exec.c Fri Dec 01 18:16:54 2000 +0000
+++ b/sys/compat/aout/aout_exec.c Fri Dec 01 19:12:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_exec.c,v 1.5 2000/12/01 12:28:31 jdolecek Exp $ */
+/* $NetBSD: aout_exec.c,v 1.6 2000/12/01 19:12:11 jdolecek Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -68,4 +68,8 @@
#endif
sigcode,
esigcode,
+ NULL,
+ NULL,
+ NULL,
+ EMUL_HAS_SYS___syscall,
};
Home |
Main Index |
Thread Index |
Old Index