Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Rename argument like the native syscall.
details: https://anonhg.NetBSD.org/src/rev/de1addedafe6
branches: trunk
changeset: 329897:de1addedafe6
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Jun 13 10:36:18 2014 +0000
description:
Rename argument like the native syscall.
diffstat:
sys/compat/netbsd32/syscalls.master | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5aa24c48d7e1 -r de1addedafe6 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Fri Jun 13 02:09:20 2014 +0000
+++ b/sys/compat/netbsd32/syscalls.master Fri Jun 13 10:36:18 2014 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp $
+ $NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -412,8 +412,8 @@
201 STD { int|netbsd32||ftruncate(int fd, int PAD, \
netbsd32_off_t length); }
202 STD { int|netbsd32||__sysctl(netbsd32_intp name, \
- u_int namelen, netbsd32_voidp old, \
- netbsd32_size_tp oldlenp, netbsd32_voidp new, \
+ u_int namelen, netbsd32_voidp oldv, \
+ netbsd32_size_tp oldlenp, netbsd32_voidp newv, \
netbsd32_size_t newlen); }
203 STD { int|netbsd32||mlock(netbsd32_voidp addr, \
netbsd32_size_t len); }
Home |
Main Index |
Thread Index |
Old Index