Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/alpha Fix this so that it builds (miss...



details:   https://anonhg.NetBSD.org/src/rev/6db55555e29f
branches:  trunk
changeset: 764246:6db55555e29f
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 14 11:17:47 2011 +0000

description:
Fix this so that it builds (missing "struct" keyword).

diffstat:

 sys/compat/linux/arch/alpha/linux_pipe.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 982d192895f8 -r 6db55555e29f sys/compat/linux/arch/alpha/linux_pipe.c
--- a/sys/compat/linux/arch/alpha/linux_pipe.c  Thu Apr 14 10:07:49 2011 +0000
+++ b/sys/compat/linux/arch/alpha/linux_pipe.c  Thu Apr 14 11:17:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_pipe.c,v 1.14 2011/04/14 01:03:23 christos Exp $ */
+/*     $NetBSD: linux_pipe.c,v 1.15 2011/04/14 11:17:47 he Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.14 2011/04/14 01:03:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.15 2011/04/14 11:17:47 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,7 +73,7 @@
 }
 
 int
-linux_sys_pipe2(struct lwp *l, const linux_sys_pipe2_args *uap,
+linux_sys_pipe2(struct lwp *l, const struct linux_sys_pipe2_args *uap,
     register_t *retval)
 {
        /* {



Home | Main Index | Thread Index | Old Index