Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/linux/arch/m68k Pull up revision 1.28 (reque...



details:   https://anonhg.NetBSD.org/src/rev/d54a1fd8f836
branches:  netbsd-1-5
changeset: 490984:d54a1fd8f836
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 30 21:36:23 2001 +0000

description:
Pull up revision 1.28 (requested by fvdl):
  Add some required Linux emulation bits to support the Linux
  version of VMware.

diffstat:

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

diffs (18 lines):

diff -r ac0db42822f5 -r d54a1fd8f836 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Fri Mar 30 21:35:55 2001 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Fri Mar 30 21:36:23 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.14 2000/03/18 22:16:46 erh Exp $
+       $NetBSD: syscalls.master,v 1.14.4.1 2001/03/30 21:36:23 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -62,7 +62,7 @@
 7      STD             { int linux_sys_waitpid(int pid, int *status, \
                            int options);}
 8      STD             { int linux_sys_creat(const char *path, int mode); }
-9      NOARGS          { int sys_link(const char *path, const char *link); }
+9      STD             { int linux_sys_link(const char *path, const char *link); }
 10     STD             { int linux_sys_unlink(const char *path); }
 11     STD             { int linux_sys_execve(const char *path, char **argp, \
                            char **envp); }



Home | Main Index | Thread Index | Old Index