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 Fixed a minor problem so that it builds



details:   https://anonhg.NetBSD.org/src/rev/f38c143a99df
branches:  trunk
changeset: 516047:f38c143a99df
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Oct 14 17:15:58 2001 +0000

description:
Fixed a minor problem so that it builds

diffstat:

 sys/compat/linux/common/linux_file64.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a570218abd41 -r f38c143a99df sys/compat/linux/common/linux_file64.c
--- a/sys/compat/linux/common/linux_file64.c    Sun Oct 14 17:14:07 2001 +0000
+++ b/sys/compat/linux/common/linux_file64.c    Sun Oct 14 17:15:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_file64.c,v 1.4 2001/09/30 20:44:49 manu Exp $    */
+/*     $NetBSD: linux_file64.c,v 1.5 2001/10/14 17:15:58 manu Exp $    */
 
 /*-
  * Copyright (c) 1995, 1998, 2000 The NetBSD Foundation, Inc.
@@ -111,7 +111,7 @@
 {
        struct linux_sys_fstat64_args /* {
                syscallarg(int) fd;
-               syscallarg(linux_stat64 *) sp;
+               syscallarg(struct linux_stat64 *) sp;
        } */ *uap = v;
        struct sys___fstat13_args fsa;
        struct linux_stat64 tmplst;



Home | Main Index | Thread Index | Old Index