Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/common Add missing syscall argument fd in c...



details:   https://anonhg.NetBSD.org/src/rev/e6393526559b
branches:  trunk
changeset: 791883:e6393526559b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Dec 08 14:59:43 2013 +0000

description:
Add missing syscall argument fd in comment.

diffstat:

 sys/compat/linux/common/linux_file.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 058a08952a50 -r e6393526559b sys/compat/linux/common/linux_file.c
--- a/sys/compat/linux/common/linux_file.c      Sun Dec 08 14:41:28 2013 +0000
+++ b/sys/compat/linux/common/linux_file.c      Sun Dec 08 14:59:43 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_file.c,v 1.106 2013/11/18 01:32:52 chs Exp $     */
+/*     $NetBSD: linux_file.c,v 1.107 2013/12/08 14:59:43 njoly Exp $   */
 
 /*-
  * Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.106 2013/11/18 01:32:52 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.107 2013/12/08 14:59:43 njoly Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -215,6 +215,7 @@
 linux_sys_openat(struct lwp *l, const struct linux_sys_openat_args *uap, register_t *retval)
 {
        /* {
+               syscallarg(int) fd;
                syscallarg(const char *) path;
                syscallarg(int) flags;
                syscallarg(int) mode;



Home | Main Index | Thread Index | Old Index