Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/4a38c938320d
branches:  trunk
changeset: 338902:4a38c938320d
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 16 07:29:46 2015 +0000

description:
Fix a comment.

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5f4ca8ce1a84 -r 4a38c938320d sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 16 06:51:16 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 16 07:29:46 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.193 2014/07/31 12:35:33 maxv Exp $       */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.194 2015/06/16 07:29:46 matt Exp $       */
 
 /*
  * Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.193 2014/07/31 12:35:33 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.194 2015/06/16 07:29:46 matt Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -1417,7 +1417,7 @@
 netbsd32_pathconf(struct lwp *l, const struct netbsd32_pathconf_args *uap, register_t *retval)
 {
        /* {
-               syscallarg(int) fd;
+               syscallarg(netbsd32_charp) path;
                syscallarg(int) name;
        } */
        struct sys_pathconf_args ua;



Home | Main Index | Thread Index | Old Index