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 (syscall args) comment.
details: https://anonhg.NetBSD.org/src/rev/56cbbc11b31a
branches: trunk
changeset: 559637:56cbbc11b31a
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 21 13:26:44 2004 +0000
description:
fix a (syscall args) comment.
diffstat:
sys/compat/netbsd32/netbsd32_netbsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 58480a991c55 -r 56cbbc11b31a sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c Sun Mar 21 13:17:14 2004 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c Sun Mar 21 13:26:44 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_netbsd.c,v 1.80 2003/12/20 19:01:30 fvdl Exp $ */
+/* $NetBSD: netbsd32_netbsd.c,v 1.81 2004/03/21 13:26:44 mrg Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.80 2003/12/20 19:01:30 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.81 2004/03/21 13:26:44 mrg Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ddb.h"
@@ -580,7 +580,7 @@
register_t *retval;
{
struct netbsd32_lchflags_args /* {
- syscallarg(int) fd;
+ syscallarg(const char *) path;
syscallarg(netbsd32_u_long) flags;
} */ *uap = v;
struct sys_lchflags_args ua;
Home |
Main Index |
Thread Index |
Old Index