From 948a7fa8efb4792dddcf65827ebf28d9764b8ecd Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 14 Oct 2001 17:21:47 +0000 Subject: Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. --- sys/compat/linux/arch/mips/linux_syscalls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/arch/mips/linux_syscalls.c') diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c index 82945281326..a8e430bea33 100644 --- a/sys/compat/linux/arch/mips/linux_syscalls.c +++ b/sys/compat/linux/arch/mips/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.3 2001/10/06 13:32:59 manu Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.4 2001/10/14 17:21:48 manu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2001/09/30 20:52:41 manu Exp + * created from NetBSD: syscalls.master,v 1.3 2001/10/06 13:32:59 manu Exp */ #if defined(_KERNEL_OPT) -- cgit