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/alpha Pull up revision 1.31 (requ...
details: https://anonhg.NetBSD.org/src/rev/7110bb3cccfb
branches: netbsd-1-5
changeset: 490978:7110bb3cccfb
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:33:21 2001 +0000
description:
Pull up revision 1.31 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/compat/linux/arch/alpha/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eed3ebeecd74 -r 7110bb3cccfb sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master Fri Mar 30 21:32:42 2001 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master Fri Mar 30 21:33:21 2001 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.19 2000/03/20 00:50:14 erh Exp $
+ $NetBSD: syscalls.master,v 1.19.4.1 2001/03/30 21:33:21 he Exp $
;
; XXX XAX lib/libc/sys/reboot.2 needs updating
;
@@ -92,7 +92,7 @@
7 UNIMPL osf_wait4
;8 OBSOL osf_old_creat, NOT USED
8 STD { int linux_sys_creat(const char *path, mode_t 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 UNIMPL
12 STD { int linux_sys_chdir(const char *path); }
Home |
Main Index |
Thread Index |
Old Index