Module Name:    src
Committed By:   christos
Date:           Sat Mar  7 03:25:19 UTC 2015

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

Log Message:
fix inconsistent names


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/linux/arch/amd64/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/amd64/syscalls.master
diff -u src/sys/compat/linux/arch/amd64/syscalls.master:1.53 src/sys/compat/linux/arch/amd64/syscalls.master:1.54
--- src/sys/compat/linux/arch/amd64/syscalls.master:1.53	Sat Nov 22 08:18:45 2014
+++ src/sys/compat/linux/arch/amd64/syscalls.master	Fri Mar  6 22:25:19 2015
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.53 2014/11/22 13:18:45 njoly Exp $
+	$NetBSD: syscalls.master,v 1.54 2015/03/07 03:25:19 christos Exp $
 
 ;	@(#)syscalls.master	8.1 (Berkeley) 7/19/93
 
@@ -234,8 +234,8 @@
 85	STD		{ int|linux_sys||creat(const char *path, linux_umode_t mode); }
 86	NOARGS		{ int|sys||link(const char *path, const char *link); }
 87	STD		{ int|linux_sys||unlink(const char *path); }
-88	NOARGS		{ int|sys||symlink(const char *path, const char *to); }
-89	NOARGS		{ int|sys||readlink(const char *name, char *buf, \
+88	NOARGS		{ int|sys||symlink(const char *path, const char *link); }
+89	NOARGS		{ int|sys||readlink(const char *path, char *buf, \
 			    int count); }
 90	NOARGS		{ int|sys||chmod(const char *path, linux_umode_t mode); }
 91	NOARGS		{ int|sys||fchmod(int fd, linux_umode_t mode); }

Reply via email to