From 61783809dc7fee0268ec07b10284dac355c56549 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 10 Jan 2000 03:10:15 +0000 Subject: [PATCH] rename ibcs2_sysi86 to ibcs2_sysmachine (since ibcs2 now runs on other things than i386). --- sys/compat/ibcs2/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/ibcs2/syscalls.master b/sys/compat/ibcs2/syscalls.master index 0d5235c532b1..06f41ac23ab2 100644 --- a/sys/compat/ibcs2/syscalls.master +++ b/sys/compat/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.20 1999/02/09 20:22:37 christos Exp $ + $NetBSD: syscalls.master,v 1.21 2000/01/10 03:10:15 matt Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -108,7 +108,7 @@ #else 49 UNIMPL msgsys #endif -50 STD { int ibcs2_sys_sysi86(int cmd, int arg); } +50 STD { int ibcs2_sys_sysmachine(int cmd, int arg); } 51 UNIMPL ibcs2_acct #ifdef SYSVSHM 52 STD { int ibcs2_sys_shmsys(int which, int a2, int a3, \