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/i386 Pull up revision 1.53 (reque...
details: https://anonhg.NetBSD.org/src/rev/903b703d500b
branches: netbsd-1-5
changeset: 490982:903b703d500b
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:35:26 2001 +0000
description:
Pull up revision 1.53 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/compat/linux/arch/i386/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d7f331cefd7c -r 903b703d500b sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master Fri Mar 30 21:34:58 2001 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master Fri Mar 30 21:35:26 2001 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.41 2000/03/18 22:20:57 erh Exp $
+ $NetBSD: syscalls.master,v 1.41.4.1 2001/03/30 21:35:26 he Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -61,7 +61,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