Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/netbsd32/netbsd32_sysent.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/netbsd32/netbsd32_sysent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- src/sys/compat/netbsd32/netbsd32_sysent.c 2002/04/29 09:55:13 1.25 +++ src/sys/compat/netbsd32/netbsd32_sysent.c 2002/10/23 13:18:20 1.26 @@ -1,14 +1,14 @@ -/* $NetBSD: netbsd32_sysent.c,v 1.25 2002/04/29 09:55:13 mrg Exp $ */ +/* $NetBSD: netbsd32_sysent.c,v 1.26 2002/10/23 13:18:20 scw Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 2002/04/29 09:53:41 mrg Exp + * created from NetBSD: syscalls.master,v 1.22 2002/10/23 13:16:46 scw Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.25 2002/04/29 09:55:13 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.26 2002/10/23 13:18:20 scw Exp $"); #if defined(_KERNEL_OPT) #include "opt_ktrace.h" @@ -887,5 +887,7 @@ struct sysent netbsd32_sysent[] = { sys_nosys }, /* 338 = unimplemented */ { 0, 0, 0, sys_nosys }, /* 339 = unimplemented */ + { 5, s(struct netbsd32___sigaction_sigtramp_args), 0, + netbsd32___sigaction_sigtramp }, /* 340 = netbsd32___sigaction_sigtramp */ };