Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/ultrix adapt to recent struct emul changes
details: https://anonhg.NetBSD.org/src/rev/4ef7ad340b5a
branches: trunk
changeset: 500678:4ef7ad340b5a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Dec 16 13:30:08 2000 +0000
description:
adapt to recent struct emul changes
diffstat:
sys/compat/ultrix/ultrix_misc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r a4394a9b3a0c -r 4ef7ad340b5a sys/compat/ultrix/ultrix_misc.c
--- a/sys/compat/ultrix/ultrix_misc.c Sat Dec 16 09:29:29 2000 +0000
+++ b/sys/compat/ultrix/ultrix_misc.c Sat Dec 16 13:30:08 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ultrix_misc.c,v 1.65 2000/12/09 12:38:25 jdolecek Exp $ */
+/* $NetBSD: ultrix_misc.c,v 1.66 2000/12/16 13:30:08 jdolecek Exp $ */
/*
* Copyright (c) 1995, 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -169,18 +169,18 @@
const struct emul emul_ultrix = {
"ultrix",
"/emul/ultrix",
+ 0,
NULL,
- sendsig,
ULTRIX_SYS_syscall,
ULTRIX_SYS_MAXSYSCALL,
ultrix_sysent,
ultrix_syscallnames,
+ sendsig,
ultrix_sigcode,
ultrix_esigcode,
NULL,
NULL,
NULL,
- 0,
syscall
};
Home |
Main Index |
Thread Index |
Old Index