Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/ibcs2 rename ibcs2_sysi86 to ibcs2_sysmachine (si...



details:   https://anonhg.NetBSD.org/src/rev/7b2884980215
branches:  trunk
changeset: 480367:7b2884980215
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 10 03:10:15 2000 +0000

description:
rename ibcs2_sysi86 to ibcs2_sysmachine (since ibcs2 now runs on other
things than i386).

diffstat:

 sys/compat/ibcs2/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d257c07d3c1f -r 7b2884980215 sys/compat/ibcs2/syscalls.master
--- a/sys/compat/ibcs2/syscalls.master  Mon Jan 10 03:06:44 2000 +0000
+++ b/sys/compat/ibcs2/syscalls.master  Mon Jan 10 03:10:15 2000 +0000
@@ -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, \



Home | Main Index | Thread Index | Old Index