summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/linux_sysent.c
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2001-10-14 17:21:47 +0000
committermanu <manu@NetBSD.org>2001-10-14 17:21:47 +0000
commit948a7fa8efb4792dddcf65827ebf28d9764b8ecd (patch)
tree57d9d4a0f2f5d06f8605374dac3d3ec716ee9cf5 /sys/compat/linux/arch/mips/linux_sysent.c
parentabcf0c840627f0e3ac628547e051e4237e853586 (diff)
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.
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_sysent.c')
-rw-r--r--sys/compat/linux/arch/mips/linux_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c
index 42ed4a16201..32620ccc591 100644
--- a/sys/compat/linux/arch/mips/linux_sysent.c
+++ b/sys/compat/linux/arch/mips/linux_sysent.c
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_sysent.c,v 1.3 2001/10/06 13:32:59 manu Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.4 2001/10/14 17:21:48 manu Exp $ */
/*
* System call switch table.
*
* 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)