diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 19:31:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 19:31:11 +0000 |
commit | e2ddd00954884b55e56637ccb53526b042df5ce3 (patch) | |
tree | 8a530bceb313c5016f9f3be7e0d59f0b599dbae0 /sys/compat/ibcs2/ibcs2_sysent.c | |
parent | 889b7362ce39de7fd488802b99f9d23a01f3a7dc (diff) |
from netbsd; Correct name of sysi86 function
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_sysent.c')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c index e03c3e1838b..80bf5d422e5 100644 --- a/sys/compat/ibcs2/ibcs2_sysent.c +++ b/sys/compat/ibcs2/ibcs2_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.6 1995/10/07 06:26:56 mycroft Exp + * created from NetBSD: syscalls.master,v 1.8 1996/01/07 06:09:43 mycroft Exp */ #include <sys/param.h> @@ -141,8 +141,8 @@ struct sysent ibcs2_sysent[] = { { 0, 0, sys_nosys }, /* 49 = unimplemented msgsys */ #endif - { 2, s(struct ibcs2_sysi86_args), - ibcs2_sysi86 }, /* 50 = ibcs2_sysi86 */ + { 2, s(struct ibcs2_sys_sysi86_args), + ibcs2_sys_sysi86 }, /* 50 = sysi86 */ { 0, 0, sys_nosys }, /* 51 = unimplemented ibcs2_acct */ #ifdef SYSVSHM |