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/syscalls.master | |
parent | 889b7362ce39de7fd488802b99f9d23a01f3a7dc (diff) |
from netbsd; Correct name of sysi86 function
Diffstat (limited to 'sys/compat/ibcs2/syscalls.master')
-rw-r--r-- | sys/compat/ibcs2/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/syscalls.master b/sys/compat/ibcs2/syscalls.master index 32ff059aa64..455ef4affb2 100644 --- a/sys/compat/ibcs2/syscalls.master +++ b/sys/compat/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.7 1996/01/06 03:23:55 scottb Exp $ + $NetBSD: syscalls.master,v 1.8 1996/01/07 06:09:43 mycroft Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -103,7 +103,7 @@ #else 49 UNIMPL msgsys #endif -50 STD { int ibcs2_sysi86(int cmd, int arg); } +50 STD { int ibcs2_sys_sysi86(int cmd, int arg); } 51 UNIMPL ibcs2_acct #ifdef SYSVSHM 52 STD { int ibcs2_sys_shmsys(int which, int a2, int a3, \ |