Module Name:    src
Committed By:   ozaki-r
Date:           Mon Mar 23 07:50:03 UTC 2015

Modified Files:
        src/sys/compat/linux/arch/arm: syscalls.master

Log Message:
Fix inconsistent argument names


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/compat/linux/arch/arm/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/arm/syscalls.master
diff -u src/sys/compat/linux/arch/arm/syscalls.master:1.62 src/sys/compat/linux/arch/arm/syscalls.master:1.63
--- src/sys/compat/linux/arch/arm/syscalls.master:1.62	Sat Nov 22 13:18:45 2014
+++ src/sys/compat/linux/arch/arm/syscalls.master	Mon Mar 23 07:50:03 2015
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.62 2014/11/22 13:18:45 njoly Exp $
+	$NetBSD: syscalls.master,v 1.63 2015/03/23 07:50:03 ozaki-r Exp $
 
 ; Derived from sys/compat/linux/arch/*/syscalls.master
 ; and from Linux 2.4.12 arch/arm/kernel/calls.S
@@ -161,10 +161,10 @@
 81	STD		{ int|linux_sys||setgroups16(int gidsetsize, \
 			    linux_gid16_t *gidset); }
 82	STD		{ int|linux_sys||oldselect(struct linux_oldselect *lsp); }
-83	NOARGS		{ int|sys||symlink(const char *path, const char *to); }
+83	NOARGS		{ int|sys||symlink(const char *path, const char *link); }
 84	NOARGS		{ int|compat_43_sys||lstat(const char *path, \
-			    struct stat43 *up); } oolstat
-85	NOARGS		{ int|sys||readlink(const char *name, char *buf, \
+			    struct stat43 *ub); } oolstat
+85	NOARGS		{ int|sys||readlink(const char *path, char *buf, \
 			    int count); }
 #ifdef EXEC_AOUT
 86	STD		{ int|linux_sys||uselib(const char *path); }

Reply via email to