diff options
Diffstat (limited to 'sys/compat/svr4/svr4_sysent.c')
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 5ec74056726..d72618bfa8e 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.4 1996/02/26 23:32:08 niklas Exp + * created from OpenBSD: syscalls.master,v 1.5 1996/04/21 22:18:42 deraadt Exp */ #include <sys/param.h> @@ -205,8 +205,13 @@ struct sysent svr4_sysent[] = { sys_nosys }, /* 74 = obsolete rfstart */ { 0, 0, sys_nosys }, /* 75 = obsolete sigret */ +#ifdef COMPAT_SVR4_NCR + { 0, 0, + svr4_ncr_sys_rdebug }, /* 76 = rdebug */ +#else { 0, 0, sys_nosys }, /* 76 = obsolete rdebug */ +#endif { 0, 0, sys_nosys }, /* 77 = obsolete rfstop */ { 0, 0, |