Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/compat/linux/arch/alpha Pullup rev 1.47 (requested ...
details: https://anonhg.NetBSD.org/src/rev/7a113f545016
branches: netbsd-2-0
changeset: 562744:7a113f545016
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Oct 04 05:19:16 2004 +0000
description:
Pullup rev 1.47 (requested by jdolecek in ticket #884)
Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
problems.
diffstat:
sys/compat/linux/arch/alpha/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 763e235448c1 -r 7a113f545016 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master Mon Oct 04 05:19:13 2004 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master Mon Oct 04 05:19:16 2004 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.42 2003/01/18 08:02:46 thorpej Exp $
+ $NetBSD: syscalls.master,v 1.42.4.1 2004/10/04 05:19:16 jmc Exp $
;
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -388,7 +388,7 @@
210 NOARGS { int linux_sys_shmctl(int shmid, int cmd, \
struct linux_shmid_ds *buf); }
211 NOARGS { int sys_shmdt(const void *shmaddr); }
-212 NOARGS { int sys_shmget(key_t key, size_t size, int shmflg); }
+212 NOARGS { int linux_sys_shmget(key_t key, size_t size, int shmflg); }
#else
209 UNIMPL shmat
210 UNIMPL shmctl
Home |
Main Index |
Thread Index |
Old Index