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_syscallargs.h | |
parent | 889b7362ce39de7fd488802b99f9d23a01f3a7dc (diff) |
from netbsd; Correct name of sysi86 function
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_syscallargs.h')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/ibcs2/ibcs2_syscallargs.h b/sys/compat/ibcs2/ibcs2_syscallargs.h index e9dbc371633..b82aa343256 100644 --- a/sys/compat/ibcs2/ibcs2_syscallargs.h +++ b/sys/compat/ibcs2/ibcs2_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * 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 */ #define syscallarg(x) union { x datum; register_t pad; } @@ -165,7 +165,7 @@ struct ibcs2_sys_msgsys_args { syscallarg(int) a6; }; -struct ibcs2_sysi86_args { +struct ibcs2_sys_sysi86_args { syscallarg(int) cmd; syscallarg(int) arg; }; @@ -400,7 +400,7 @@ int ibcs2_sys_sigsys __P((struct proc *, void *, register_t *)); int ibcs2_sys_msgsys __P((struct proc *, void *, register_t *)); #else #endif -int ibcs2_sysi86 __P((struct proc *, void *, register_t *)); +int ibcs2_sys_sysi86 __P((struct proc *, void *, register_t *)); #ifdef SYSVSHM int ibcs2_sys_shmsys __P((struct proc *, void *, register_t *)); #else |